You are here

public function RedhenContactTypeUIController::hook_menu in RedHen CRM 7

Overrides hook_menu() defaults.

Overrides EntityDefaultUIController::hook_menu

File

modules/redhen_contact/lib/redhen_contact_type.ui_controller.inc, line 15
Defines the EntityDefaultUIController for RedHen contacts.

Class

RedhenContactTypeUIController
Redhen Contact Type UI controller.

Code

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