You are here

function hook_panelizer_overview_links_alter in Panelizer 7.3

Allow the links on the Overview page to be customized.

1 invocation of hook_panelizer_overview_links_alter()
PanelizerEntityDefault::page_overview in plugins/entity/PanelizerEntityDefault.class.php
Switched page callback to give the overview page

File

./panelizer.api.php, line 61
Documentation for Panelizer's hooks.

Code

function hook_panelizer_overview_links_alter(&$links_array, $entity_type, $context) {
}