<?php
/**
* Implements hook_permission().
*/
function router_test_permission() {
return array(
'access test7' => array(
'title' => t('Access test7 route'),
'description' => t('Test permission only.'),
),
);
}|
Name |
Description |
|---|---|
| router_test_permission | Implements hook_permission(). |