Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EntityViewModeInterface.php

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

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\Entity
View source
interface EntityViewModeInterface extends EntityDisplayModeInterface {

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal