public EntityManager::getFormObject($entity_type, $operation)
Overrides EntityTypeManagerInterface::getFormObject
File
- core/lib/Drupal/Core/Entity/EntityManager.php, line 81
Class
- EntityManager
- Provides a wrapper around many other services relating to entities.
Namespace
Drupal\Core\Entity
Code
1 2 3 | public function getFormObject( $entity_type , $operation ) { return $this ->container->get( 'entity_type.manager' )->getFormObject( $entity_type , $operation ); } |
Please login to continue.