public function FieldableEdgeEntityFormInterface::getFormDisplay in Apigee Edge 8
Gets the form display.
Parameters
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Return value
\Drupal\Core\Entity\Display\EntityFormDisplayInterface The current form display.
1 method overrides FieldableEdgeEntityFormInterface::getFormDisplay()
- FieldableEdgeEntityForm::getFormDisplay in src/
Entity/ Form/ FieldableEdgeEntityForm.php - Gets the form display.
File
- src/
Entity/ Form/ FieldableEdgeEntityFormInterface.php, line 44
Class
- FieldableEdgeEntityFormInterface
- Interface FieldableEdgeEntityFormInterface.
Namespace
Drupal\apigee_edge\Entity\FormCode
public function getFormDisplay(FormStateInterface $form_state);