You are here

ContentEntityTypeInterface.php in Zircon Profile 8

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

Namespace

Drupal\Core\Entity

File

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

/**
 * @file
 * Contains \Drupal\Core\Entity\ContentEntityTypeInterface.
 */
namespace Drupal\Core\Entity;


/**
 * Provides an interface for a content entity type and its metadata.
 */
interface ContentEntityTypeInterface extends EntityTypeInterface {

}

Interfaces

Namesort descending Description
ContentEntityTypeInterface Provides an interface for a content entity type and its metadata.