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