EntityViewModeInterface.php
Same filename in other branches
Namespace
Drupal\Core\EntityFile
-
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
Title | Deprecated | Summary |
---|---|---|
EntityViewModeInterface | Provides an interface defining an entity view mode entity type. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.