Go to the source code of this file.
|
| Elgg\Core |
| Updates the advanced settings for the primary site object.
|
|
$actions_base = '/action/admin/plugins/' |
$active = $plugin->isActive() |
Initial value: 'href' => "ajax/view/object/plugin/details?guid={$plugin->getGUID()}",
'text' =>
$plugin->getDisplayName(),
'class' => 'elgg-lightbox elgg-plugin-title',
])
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.
Definition at line 164 of file full.php.
$categories = $plugin->getManifest()->getCategories() |
$classes = ['elgg-plugin'] |
$error = $plugin->getError() |
Initial value:
Definition at line 107 of file full.php.
$options['title'] = elgg_echo('admin:plugins:cannot_activate') |
$options['text'] = elgg_echo('admin:plugins:activate') |
$options['disabled'] = 'disabled' |
$plugin_id = $plugin->getID() |
$priority = $plugin->getPriority() |
$reordering = elgg_extract('display_reordering', $vars, false) |
if ($active) else if ($can_activate) else |
Initial value:
Definition at line 101 of file full.php.