ContentEntityInterface.php

Definition of Drupal\Core\Entity\ContentEntityInterface.

Namespace

Drupal\Core\Entity

File

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

/**
 * @file
 * Definition of Drupal\Core\Entity\ContentEntityInterface.
 */
namespace Drupal\Core\Entity;


/**
 * Defines a common interface for all content entity objects.
 */
interface ContentEntityInterface extends EntityInterface {

}

Interfaces

Namesort descending Description
ContentEntityInterface Defines a common interface for all content entity objects.