ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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['federation']['oauthregistry'] = array(
12 'href' => SimpleSAML\Module::getModuleURL('oauth/registry.php'),
13 'text' => array('en' => 'OAuth Consumer Registry'),
14 'shorttext' => array('en' => 'OAuth Registry'),
15 );
16
17}
An exception for terminatinating execution or to throw for unit testing.
$links
Attribute-related utility methods.
oauth_hook_frontpage(&$links)
Hook to add link to the frontpage.