You are here

EntityViewModeInterface.php in Zircon Profile 8

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

Namespace

Drupal\Core\Entity

File

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

/**
 * @file
 * Contains \Drupal\Core\Entity\EntityViewModeInterface.
 */
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.