ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
hook_frontpage.php
Go to the documentation of this file.
1<?php
8 assert('is_array($links)');
9 assert('array_key_exists("links", $links)');
10
11 $links['config'][] = array(
12 'href' => SimpleSAML\Module::getModuleURL('consentAdmin/consentAdmin.php'),
13 'text' => '{consentAdmin:consentadmin:consentadmin_header}',
14 );
15}
An exception for terminatinating execution or to throw for unit testing.
consentAdmin_hook_frontpage(&$links)
Hook to add the consentAdmin module to the frontpage.
$links
Attribute-related utility methods.