Elgg  Version master
Variables
performance.php File Reference

Go to the source code of this file.

Variables

 $tabs = []
 Show performance suggestions / warnings. More...
 
 $tabs []
 
 if (function_exists( 'opcache_get_status') &&opcache_get_status(false))
 

Variable Documentation

◆ $tabs [1/2]

$tabs = []

Show performance suggestions / warnings.

Definition at line 6 of file performance.php.

◆ $tabs [2/2]

$tabs[]
Initial value:
= [
'text' => elgg_echo('admin:performance:label:generic'),
'content' => elgg_view('admin/performance/generic'),
'selected' => true,
]
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
elgg_view(string $view, array $vars=[], string $viewtype='')
Return a parsed view.
Definition: views.php:156

Definition at line 8 of file performance.php.

◆ if

if(function_exists('opcache_get_status') &&opcache_get_status(false)) ( function_exists( 'opcache_get_status') &&opcache_get_status(false)  )

Definition at line 15 of file performance.php.