9 'text' =>
elgg_echo(
'admin:performance:label:generic'),
10 'content' =>
elgg_view(
'admin/performance/generic'),
15 if (function_exists(
'opcache_get_status') && opcache_get_status(
false)) {
17 'text' =>
elgg_echo(
'admin:server:label:opcache'),
18 'content' =>
elgg_view(
'admin/server/opcache'),
26 'text' =>
elgg_echo(
'admin:server:label:memcache'),
27 'content' =>
elgg_view(
'admin/server/memcache'),
35 'text' =>
elgg_echo(
'admin:server:label:redis'),
36 'content' =>
elgg_view(
'admin/server/redis'),
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.