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