Overrides ModuleHandlerInterface::loadAll
public function loadAll() { if (!$this->loaded) { foreach ($this->moduleList as $name => $module) { $this->load($name); } $this->loaded = TRUE; } }