You are here

public function PanelizerEntityInterface::settings_form in Panelizer 7.2

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

Add entity specific form to the Panelizer settings form.

This is primarily to allow bundle selection per entity type.

1 method overrides PanelizerEntityInterface::settings_form()
PanelizerEntityDefault::settings_form in plugins/entity/PanelizerEntityDefault.class.php
Add entity specific form to the Panelizer settings form.

File

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

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

public function settings_form(&$form, &$form_state);