You are here

public function FormComponentBase::getFormDisplay in Flexiform 8

File

src/FormComponent/FormComponentBase.php, line 67

Class

FormComponentBase
Provides the base form component plugin.

Namespace

Drupal\flexiform\FormComponent

Code

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