interface EntityViewModeInterface
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityViewModeInterface.php \Drupal\Core\Entity\EntityViewModeInterface
- 8.9.x core/lib/Drupal/Core/Entity/EntityViewModeInterface.php \Drupal\Core\Entity\EntityViewModeInterface
- 11.x core/lib/Drupal/Core/Entity/EntityViewModeInterface.php \Drupal\Core\Entity\EntityViewModeInterface
Provides an interface defining an entity view mode entity type.
Hierarchy
- interface \Drupal\Core\Config\Entity\ThirdPartySettingsInterface; interface \Drupal\Core\Entity\EntityInterface extends \Drupal\Core\Access\AccessibleInterface \Drupal\Core\Cache\CacheableDependencyInterface \Drupal\Core\Cache\RefinableCacheableDependencyInterface; interface \Drupal\Core\Entity\SynchronizableInterface extends \Drupal\Core\Entity\EntityInterface
- interface \Drupal\Core\Config\Entity\ConfigEntityInterface extends \Drupal\Core\Entity\EntityInterface \Drupal\Core\Config\Entity\ThirdPartySettingsInterface \Drupal\Core\Entity\SynchronizableInterface
- interface \Drupal\Core\Entity\EntityDisplayModeInterface extends \Drupal\Core\Config\Entity\ConfigEntityInterface
- interface \Drupal\Core\Entity\EntityViewModeInterface extends \Drupal\Core\Entity\EntityDisplayModeInterface
- interface \Drupal\Core\Entity\EntityDisplayModeInterface extends \Drupal\Core\Config\Entity\ConfigEntityInterface
- interface \Drupal\Core\Config\Entity\ConfigEntityInterface extends \Drupal\Core\Entity\EntityInterface \Drupal\Core\Config\Entity\ThirdPartySettingsInterface \Drupal\Core\Entity\SynchronizableInterface
Expanded class hierarchy of EntityViewModeInterface
All classes that implement EntityViewModeInterface
5 files declare their use of EntityViewModeInterface
- EntityViewMode.php in core/
lib/ Drupal/ Core/ Entity/ Entity/ EntityViewMode.php - field_ui.module in core/
modules/ field_ui/ field_ui.module - Allows administrators to attach custom fields to fieldable types.
- MigrateViewModesTest.php in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateViewModesTest.php - system.module in core/
modules/ system/ system.module - Configuration system that lets administrators modify the workings of the site.
- system.post_update.php in core/
modules/ system/ system.post_update.php - Post update functions for System.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityViewModeInterface.php, line 8
Namespace
Drupal\Core\EntityView source
interface EntityViewModeInterface extends EntityDisplayModeInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.