You are here

EntityViewModeInterface.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityViewModeInterface.php

Namespace

Drupal\Core\Entity

File

core/lib/Drupal/Core/Entity/EntityViewModeInterface.php
View source
<?php

namespace Drupal\Core\Entity;


/**
 * Provides an interface defining an entity view mode entity type.
 */
interface EntityViewModeInterface extends EntityDisplayModeInterface {

}

Interfaces

Namesort descending Description
EntityViewModeInterface Provides an interface defining an entity view mode entity type.