function ContentEntityFormInterface::setFormDisplay
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php \Drupal\Core\Entity\ContentEntityFormInterface::setFormDisplay()
- 8.9.x core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php \Drupal\Core\Entity\ContentEntityFormInterface::setFormDisplay()
- 10 core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php \Drupal\Core\Entity\ContentEntityFormInterface::setFormDisplay()
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 ContentEntityFormInterface::setFormDisplay()
- ContentEntityForm::setFormDisplay in core/
lib/ Drupal/ Core/ Entity/ ContentEntityForm.php - Sets the form display.
File
-
core/
lib/ Drupal/ Core/ Entity/ ContentEntityFormInterface.php, line 37
Class
- ContentEntityFormInterface
- Defines a common interface for content entity form classes.
Namespace
Drupal\Core\EntityCode
public function setFormDisplay(EntityFormDisplayInterface $form_display, FormStateInterface $form_state);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.