You are here

CacheflushEntityInterface.php in CacheFlush 8

File

modules/cacheflush_entity/src/CacheflushEntityInterface.php
View source
<?php

namespace Drupal\cacheflush_entity;

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

/**
 * Provides an interface for defining Cacheflush entities.
 *
 * @ingroup cacheflush_entity
 */
interface CacheflushEntityInterface extends ContentEntityInterface, EntityChangedInterface, EntityOwnerInterface {

}

Interfaces

Namesort descending Description
CacheflushEntityInterface Provides an interface for defining Cacheflush entities.