ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
$hookinfo
$hookinfo
Definition:
index.php:7
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
sanitycheck
hooks
hook_sanitycheck.php
Generated on Sat Jan 18 2025 19:01:10 for ILIAS by
1.8.13 (using
Doxyfile
)