data['modules']; $tableView = $this->data['tableView']; $tableView->id = 'helpModuleList'; $tableView->baseUri = 'help/module/list'; $tableView->exportUri = '{/api}admin/module/list/export?csrf={$CSRF}'; $tableView->setObjects($modules); ?>
renderTitle( $this->getHtml('Modules'), false ); ?>
$module) : if ((\realpath(__DIR__ . '/../../../' . $module->getDirectory() . '/Docs/Help/en/SUMMARY.md')) === false && (\realpath(__DIR__ . '/../../../' . $module->getDirectory() . '/Docs/Dev/en/SUMMARY.md')) === false ) { continue; } ++$count; $url = UriFactory::build( '{/lang}/backend/help/module/view?id=' . $module->getInternalName() ); ?>
renderHeaderElement( 'module', $this->getHtml('Name'), 'text' ); ?>
printHtml($module->getExternalName()); ?>
getHtml('Empty', '0', '0'); ?>