public function FieldableEdgeEntityFormInterface::setFormDisplay in Apigee Edge 8
Sets the form display.
Sets the form display which will be used for populating form element defaults.
Parameters
\Drupal\Core\Entity\Display\EntityFormDisplayInterface $form_display: The form display that the current form operates with.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Return value
$this
1 method overrides FieldableEdgeEntityFormInterface::setFormDisplay()
- FieldableEdgeEntityForm::setFormDisplay in src/
Entity/ Form/ FieldableEdgeEntityForm.php - Sets the form display.
File
- src/
Entity/ Form/ FieldableEdgeEntityFormInterface.php, line 59
Class
- FieldableEdgeEntityFormInterface
- Interface FieldableEdgeEntityFormInterface.
Namespace
Drupal\apigee_edge\Entity\FormCode
public function setFormDisplay(EntityFormDisplayInterface $form_display, FormStateInterface $form_state);