You are here

public function RedhenRelationRoleUIController::hook_menu in RedHen CRM 7

Overrides hook_menu() defaults.

Overrides EntityDefaultUIController::hook_menu

File

modules/redhen_relation/lib/redhen_relation_role.ui_controller.inc, line 11

Class

RedhenRelationRoleUIController
RedHen Relation Role UI controller.

Code

public function hook_menu() {
  $items = parent::hook_menu();
  $items[$this->path]['description'] = t('Manage relation role entity types, including adding and removing fields and the display of fields.');
  return $items;
}