W3cubDocs

/Drupal 8

public function ContentEntityFormInterface::setFormDisplay

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);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!ContentEntityFormInterface.php/function/ContentEntityFormInterface::setFormDisplay/8.1.x