You are here

function PanelizerEntityInterface::get_default_display in Panelizer 7.2

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

Get a default display for a newly panelized entity.

This is meant to give administrators a starting point when panelizing new entities.

1 method overrides PanelizerEntityInterface::get_default_display()
PanelizerEntityDefault::get_default_display in plugins/entity/PanelizerEntityDefault.class.php
Provide a default display for newly panelized entities.

File

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

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

function get_default_display();