ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
hook_frontpage.php
Go to the documentation of this file.
1
<?
php
7
function
memcacheMonitor_hook_frontpage
(&
$links
) {
8
assert(
'is_array($links)'
);
9
assert(
'array_key_exists("links", $links)'
);
10
11
$links
[
'config'
][] = array(
12
'href'
=>
SimpleSAML
\Module::getModuleURL(
'memcacheMonitor/memcachestat.php'
),
13
'text'
=> array(
'en'
=>
'MemCache Statistics'
),
14
);
15
16
}
php
An exception for terminatinating execution or to throw for unit testing.
$links
$links
Definition:
frontpage_auth.php:19
memcacheMonitor_hook_frontpage
memcacheMonitor_hook_frontpage(&$links)
Hook to add the simple consenet admin module to the frontpage.
Definition:
hook_frontpage.php:7
SimpleSAML
Attribute-related utility methods.
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
memcacheMonitor
hooks
hook_frontpage.php
Generated on Sat Oct 4 2025 19:00:59 for ILIAS by
1.9.4 (using
Doxyfile
)