You are here

public function ConfigEntityRevisionsModerationInterface::getEntityTypes in Config Entity Revisions 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/WorkflowType/ConfigEntityRevisionsModerationInterface.php \Drupal\config_entity_revisions\Plugin\WorkflowType\ConfigEntityRevisionsModerationInterface::getEntityTypes()
  2. 1.x src/Plugin/WorkflowType/ConfigEntityRevisionsModerationInterface.php \Drupal\config_entity_revisions\Plugin\WorkflowType\ConfigEntityRevisionsModerationInterface::getEntityTypes()

Gets the entity types the workflow is applied to.

Return value

string[] The entity types the workflow is applied to.

File

src/Plugin/WorkflowType/ConfigEntityRevisionsModerationInterface.php, line 19

Class

ConfigEntityRevisionsModerationInterface
Interface for ContentModeration WorkflowType plugin.

Namespace

Drupal\config_entity_revisions\Plugin\WorkflowType

Code

public function getEntityTypes();