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