You are here

FlipbookInterface.php in 3D Flipbook 8

Namespace

Drupal\flipbook

File

src/FlipbookInterface.php
View source
<?php

namespace Drupal\flipbook;

use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\user\EntityOwnerInterface;
use Drupal\Core\Entity\EntityChangedInterface;

/**
 * Provides an interface defining a Flipbook entity.
 *
 * @ingroup flipbook
 */
interface FlipbookInterface extends ContentEntityInterface, EntityOwnerInterface, EntityChangedInterface {

}

Interfaces

Namesort descending Description
FlipbookInterface Provides an interface defining a Flipbook entity.