Elgg  Version 4.3
ExtendPublicPagesHandler.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\WalledGarden;
4 
11 
19  public function __invoke(\Elgg\Hook $hook) {
20  $return_value = $hook->getValue();
21 
22  $return_value[] = 'navigation/menu/user_hover/contents';
23 
24  return $return_value;
25  }
26 }
Models an event passed to hook handlers.
Definition: Hook.php:11
__invoke(\Elgg\Hook $hook)
Extend public pages.