You are here

PoolInterface.php in CMS Content Sync 8

Same filename and directory in other branches
  1. 2.1.x src/Entity/PoolInterface.php
  2. 2.0.x src/Entity/PoolInterface.php

File

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

namespace Drupal\cms_content_sync\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining an Pool entity.
 */
interface PoolInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
PoolInterface Provides an interface defining an Pool entity.