public EntityFormInterface::setEntityManager(EntityManagerInterface $entity_manager)
Sets the entity manager for this form.
@todo Remove this set call in https://www.drupal.org/node/2603542.
Parameters
\Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager.
Return value
$this
File
- core/lib/Drupal/Core/Entity/EntityFormInterface.php, line 140
Class
- EntityFormInterface
- Defines an interface for entity form classes.
Namespace
Drupal\Core\Entity
Code
public function setEntityManager(EntityManagerInterface $entity_manager);
Please login to continue.