interface 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
2 files declare their use of EntityViewModeInterface
- EntityViewMode.php in core/
lib/ Drupal/ Core/ Entity/ Entity/ EntityViewMode.php - FieldUiHooks.php in core/
modules/ field_ui/ src/ Hook/ FieldUiHooks.php
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityViewModeInterface.php, line 8
Namespace
Drupal\Core\EntityView source
interface EntityViewModeInterface extends EntityDisplayModeInterface {
}