protected function FormEnhancerBase::getFormDisplay in Flexiform 8
Get the form display.
Return value
\Drupal\flexiform\FlexiformEntityFormDisplayInterface The form display.
1 call to FormEnhancerBase::getFormDisplay()
- PageExposure::configurationFormSubmit in src/
Plugin/ FormEnhancer/ PageExposure.php - The configuration form submit callback.
File
- src/
FormEnhancer/ FormEnhancerBase.php, line 41
Class
- FormEnhancerBase
- Base class for form enhancers.
Namespace
Drupal\flexiform\FormEnhancerCode
protected function getFormDisplay() {
return $this->formDisplay;
}