You are here

public function PanelizerEntityComment::settings_form in Panelizer 7.3

Add entity specific form to the Panelizer settings form.

This is primarily to allow bundle selection per entity type.

Overrides PanelizerEntityDefault::settings_form

File

plugins/entity/PanelizerEntityComment.class.php, line 36
Class for the Panelizer comment entity plugin.

Class

PanelizerEntityComment
Panelizer Entity comment plugin class.

Code

public function settings_form(&$form, &$form_state) {
  parent::settings_form($form, $form_state);
}