PoolInterface.php in CMS Content Sync 2.0.x
Same filename and directory in other branches
Namespace
Drupal\cms_content_sync\EntityFile
src/Entity/PoolInterface.phpView 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
Name | Description |
---|---|
PoolInterface | Provides an interface defining an Pool entity. |