function panelizer_handler_load in Panelizer 7.2
Same name and namespace in other branches
- 7.3 panelizer.module \panelizer_handler_load()
Load handler to get a plugin as a menu callback.
File
- ./
panelizer.module, line 408 - 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);
}