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

Breadcrumb

  1. Drupal Core 11.1.x

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

Title Deprecated Summary
EntityViewModeInterface Provides an interface defining an entity view mode entity type.
RSS feed
Powered by Drupal