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