You are here

public function PanelizerEntityInterface::get_base_contexts in Panelizer 7.2

Same name and namespace in other branches
  1. 7.3 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityInterface::get_base_contexts()

Callback to get the base context for a panelized entity

1 method overrides PanelizerEntityInterface::get_base_contexts()
PanelizerEntityDefault::get_base_contexts in plugins/entity/PanelizerEntityDefault.class.php
Callback to get the base context for a panelized entity

File

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

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

public function get_base_contexts($entity = NULL);