You are here

FlowInterface.php in CMS Content Sync 2.0.x

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

File

src/Entity/FlowInterface.php
View 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

Namesort descending Description
FlowInterface Provides an interface defining an "Content Sync - Flow" entity.