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
cron_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(
'cron/croninfo.php'
),
13
'text'
=>
array
(
'en'
=>
'Cron module information page'
),
14
);
15
16
}
cron_hook_frontpage
cron_hook_frontpage(&$links)
Hook to add the modinfo module to the frontpage.
Definition:
hook_frontpage.php:7
SimpleSAML
Attribute-related utility methods.
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
$links
$links
Definition:
frontpage_auth.php:19
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
cron
hooks
hook_frontpage.php
Generated on Sat Jan 18 2025 19:01:10 for ILIAS by
1.8.13 (using
Doxyfile
)