content_entity_builder-8.x-1.x-dev/src/ContentInterface.php
src/ContentInterface.php
<?php
namespace Drupal\content_entity_builder;
use Drupal\Core\Entity\ContentEntityInterface;
/**
* Provides an interface defining an content entity.
*
* @ingroup content_entity_builder
*/
interface ContentInterface extends ContentEntityInterface {
}
