You are here

public function PanelizerEntityParagraphsItem::get_default_display in Paragraphs 7

File

plugins/panelizer/entity/PanelizerEntityParagraphsItem.class.php, line 81

Class

PanelizerEntityParagraphsItem
Panelizer Entity paragraphs item plugin class.

Code

public function get_default_display($bundle, $view_mode) {

  // For now we just go with the empty display.
  // @todo come up with a better default display.
  return parent::get_default_display($bundle, $view_mode);
}