EntityViewModeInterface.php 187 B

12345678910
  1. <?php
  2. namespace Drupal\Core\Entity;
  3. /**
  4. * Provides an interface defining an entity view mode entity type.
  5. */
  6. interface EntityViewModeInterface extends EntityDisplayModeInterface {
  7. }