You are here

public function PollimTypeUIController::hook_menu in Poll Improved 7

Overrides hook_menu() defaults.

Overrides EntityDefaultUIController::hook_menu

File

./pollim_type.admin.inc, line 16
Pollim type editing UI.

Class

PollimTypeUIController
UI controller.

Code

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