public function PanelizerEntityInterface::get_default_display_variable_name in Panelizer 7.3
Determine the variable name used to identify the default display for the given bundle/view mode combination.
1 method overrides PanelizerEntityInterface::get_default_display_variable_name()
- PanelizerEntityDefault::get_default_display_variable_name in plugins/
entity/ PanelizerEntityDefault.class.php - Determine the variable name used to identify the default display for the given bundle/view mode combination.
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 91 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityInterface
- Interface to describe how PanelizerEntity plugin objects are implemented.
Code
public function get_default_display_variable_name($bundle, $view_mode = 'page_manager');