EntityViewModeInterface.php

Contains \Drupal\entity\EntityViewModeInterface.

Namespace

Drupal\entity

File

drupal/core/modules/entity/lib/Drupal/entity/EntityViewModeInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\entity\EntityViewModeInterface.
 */
namespace Drupal\entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

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

}

Interfaces

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