WorkflowInterface.php
Same filename in other branches
Namespace
Drupal\workflowsFile
-
core/
modules/ workflows/ src/ WorkflowInterface.php
View source
<?php
namespace Drupal\workflows;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining workflow entities.
*/
interface WorkflowInterface extends ConfigEntityInterface {
/**
* Gets the workflow type plugin.
*
* @return \Drupal\workflows\WorkflowTypeInterface
* The workflow type plugin.
*/
public function getTypePlugin();
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
WorkflowInterface | Provides an interface for defining workflow entities. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.