function PanelizerEntityFile::get_default_display in File Entity (fieldable files) 7.3
Same name and namespace in other branches
- 7.2 plugins/entity/PanelizerEntityFile.class.php \PanelizerEntityFile::get_default_display()
File
- plugins/
entity/ PanelizerEntityFile.class.php, line 68 - Class for the Panelizer file entity plugin.
Class
- PanelizerEntityFile
- Panelizer Entity file plugin class.
Code
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);
}