getData('modules') ?? []; $active = $this->getData('active') ?? []; $isntalled = $this->getData('isntalled') ?? []; ?>
getHtml('Modules'); ?>
$module) : ++$count; $url = UriFactory::build('{/prefix}admin/module/settings?{?}&id=' . $module->getInternalName()); if (isset($active[$module->getInternalName()])) { $status = ModuleStatus::ACTIVE; } elseif (isset($installed[$module->getInternalName()])) { $status = ModuleStatus::INACTIVE; } else { $status = ModuleStatus::AVAILABLE; } ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Version'); ?> getHtml('Status'); ?>
getId(); ?> printHtml($module->getExternalName()); ?> printHtml($module->getVersion()); ?> getHtml('Active')); elseif ($status === ModuleStatus::INACTIVE) echo \mb_strtolower($this->getHtml('Inactive')); else echo \mb_strtolower($this->getHtml('Available')); ?>
getHtml('Empty', '0', '0'); ?>