1 | <?php |
||
15 | class Main |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * Implements hook "route.list" |
||
20 | * @param array $routes |
||
21 | */ |
||
22 | public function hookRouteList(array &$routes) |
||
34 | |||
35 | /** |
||
36 | * Implements hook "user.role.permissions" |
||
37 | * @param array $permissions |
||
38 | */ |
||
39 | public function hookUserRolePermissions(array &$permissions) |
||
43 | |||
44 | /** |
||
45 | * Implements hook "job.handlers" |
||
46 | * @param array $handlers |
||
47 | */ |
||
48 | public function hookJobHandlers(array &$handlers) |
||
56 | |||
57 | } |
||
58 |