ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
hook_sanitycheck.php
Go to the documentation of this file.
1
<?
php
7
function
sanitycheck_hook_sanitycheck
(&
$hookinfo
)
8
{
9
assert(is_array(
$hookinfo
));
10
assert(array_key_exists(
'errors'
,
$hookinfo
));
11
assert(array_key_exists(
'info'
,
$hookinfo
));
12
13
$hookinfo
[
'info'
][] =
'[sanitycheck] At least the sanity check itself is working :)'
;
14
}
sanitycheck_hook_sanitycheck
sanitycheck_hook_sanitycheck(&$hookinfo)
Hook to add the modinfo module to the frontpage.
Definition:
hook_sanitycheck.php:7
php
$hookinfo
$hookinfo
Definition:
index.php:7
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
sanitycheck
hooks
hook_sanitycheck.php
Generated on Thu Jan 16 2025 19:01:55 for ILIAS by
1.8.13 (using
Doxyfile
)