public ContentEntityFormInterface::setFormDisplay(EntityFormDisplayInterface $form_display, FormStateInterface $form_state)
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
File
- core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php, line 37
Class
- ContentEntityFormInterface
- Defines a common interface for content entity form classes.
Namespace
Drupal\Core\Entity
Code
public function setFormDisplay(EntityFormDisplayInterface $form_display, FormStateInterface $form_state);
Please login to continue.