FlowInterface.php in CMS Content Sync 8
Same filename and directory in other branches
Namespace
Drupal\cms_content_sync\EntityFile
src/Entity/FlowInterface.phpView source
<?php
namespace Drupal\cms_content_sync\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining an "Content Sync - Flow" entity.
*/
interface FlowInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
FlowInterface | Provides an interface defining an "Content Sync - Flow" entity. |