class DisplayOverview

Field UI display overview form.

Hierarchy

Expanded class hierarchy of DisplayOverview

1 file declares its use of DisplayOverview

File

drupal/core/modules/field_ui/lib/Drupal/field_ui/DisplayOverview.php, line 15
Definition of Drupal\field_ui\DisplayOverview.

Namespace

Drupal\field_ui
View source

Members

Namesort descending Modifiers Type Description Overrides
DisplayOverview::form public function Overrides Drupal\field_ui\OverviewBase::form(). Overrides OverviewBase::form
DisplayOverview::getRegions public function Implements Drupal\field_ui\OverviewBase::getRegions(). Overrides OverviewBase::getRegions
DisplayOverview::multistepAjax public function Ajax handler for multistep buttons.
DisplayOverview::multistepSubmit public function Form submission handler for multistep buttons.
DisplayOverview::submit public function Overrides Drupal\field_ui\OverviewBase::submit(). Overrides OverviewBase::submit
OverviewBase::$adminPath protected property The admin path of the overview page.
OverviewBase::$bundle protected property The entity bundle.
OverviewBase::$entity_type protected property The name of the entity type.
OverviewBase::$view_mode protected property The entity view mode.
OverviewBase::getRegionOptions public function Returns an associative array of all regions.
OverviewBase::validate public function Validate handler for the field UI overview form. 1
OverviewBase::__construct public function Constructs the overview object for a entity type, bundle and view mode. 1