You are here

public function PanelizerEntityInterface::hook_admin_paths in Panelizer 7.2

Same name and namespace in other branches
  1. 7.3 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityInterface::hook_admin_paths()
1 method overrides PanelizerEntityInterface::hook_admin_paths()
PanelizerEntityDefault::hook_admin_paths in plugins/entity/PanelizerEntityDefault.class.php
Implements a delegated hook_menu.

File

plugins/entity/PanelizerEntityDefault.class.php, line 21
Base class for the Panelizer Entity plugin.

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

public function hook_admin_paths(&$items);