ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
hook_frontpage.php
Go to the documentation of this file.
1<?php
8{
9 assert(is_array($links));
10 assert(array_key_exists('links', $links));
11
12 $links['config']['santitycheck'] = array(
13 'href' => SimpleSAML\Module::getModuleURL('sanitycheck/index.php'),
14 'text' => array('en' => 'Sanity check of your SimpleSAMLphp setup'),
15 'shorttext' => array('en' => 'SanityCheck'),
16 );
17}
An exception for terminatinating execution or to throw for unit testing.
$links
Attribute-related utility methods.
sanitycheck_hook_frontpage(&$links)
Hook to add the modinfo module to the frontpage.