You are here

public function FormComponentTypeBase::getFormDisplay in Flexiform 8

Get the form display.

Return value

\Drupal\flexiform\FlexiformEntityFormDisplay The form display

Overrides FormComponentTypeInterface::getFormDisplay

2 calls to FormComponentTypeBase::getFormDisplay()
FormComponentTypeBase::buildComponentRow in src/FormComponent/FormComponentTypeBase.php
Build a component row for a component of this type.
FormComponentTypeBase::getComponent in src/FormComponent/FormComponentTypeBase.php
Get a component object.

File

src/FormComponent/FormComponentTypeBase.php, line 93

Class

FormComponentTypeBase
Base class for form component types.

Namespace

Drupal\flexiform\FormComponent

Code

public function getFormDisplay() {
  return $this->formDisplay;
}