function ContentModerationInterface::getEntityTypes
Same name in other branches
- 9 core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php \Drupal\content_moderation\Plugin\WorkflowType\ContentModerationInterface::getEntityTypes()
- 10 core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php \Drupal\content_moderation\Plugin\WorkflowType\ContentModerationInterface::getEntityTypes()
- 11.x core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php \Drupal\content_moderation\Plugin\WorkflowType\ContentModerationInterface::getEntityTypes()
Gets the entity types the workflow is applied to.
Return value
string[] The entity types the workflow is applied to.
1 method overrides ContentModerationInterface::getEntityTypes()
- ContentModeration::getEntityTypes in core/
modules/ content_moderation/ src/ Plugin/ WorkflowType/ ContentModeration.php - Gets the entity types the workflow is applied to.
File
-
core/
modules/ content_moderation/ src/ Plugin/ WorkflowType/ ContentModerationInterface.php, line 18
Class
- ContentModerationInterface
- Interface for ContentModeration WorkflowType plugin.
Namespace
Drupal\content_moderation\Plugin\WorkflowTypeCode
public function getEntityTypes();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.