You are here

function panelizer_handler_load in Panelizer 7.3

Same name and namespace in other branches
  1. 7.2 panelizer.module \panelizer_handler_load()

Load handler to get a plugin as a menu callback.

File

./panelizer.module, line 744
The Panelizer module attaches panels to entities, providing default panels and allowing each panel to be configured independently by privileged users.

Code

function panelizer_handler_load($entity_type) {
  return panelizer_entity_plugin_get_handler($entity_type);
}