You are here

SimplemetaEntityInterface.php in Simple Meta 8.2

Same filename and directory in other branches
  1. 8 src/Entity/SimplemetaEntityInterface.php

File

src/Entity/SimplemetaEntityInterface.php
View source
<?php

namespace Drupal\simplemeta\Entity;

use Drupal\Core\Entity\ContentEntityInterface;

/**
 * Provides an interface for defining SimpleMeta entities.
 *
 * @ingroup simplemeta
 */
interface SimplemetaEntityInterface extends ContentEntityInterface {

}

Interfaces

Namesort descending Description
SimplemetaEntityInterface Provides an interface for defining SimpleMeta entities.