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