function ContentModerationInterface::removeEntityTypeAndBundle
Same name in other branches
- 9 core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php \Drupal\content_moderation\Plugin\WorkflowType\ContentModerationInterface::removeEntityTypeAndBundle()
- 8.9.x core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php \Drupal\content_moderation\Plugin\WorkflowType\ContentModerationInterface::removeEntityTypeAndBundle()
- 10 core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php \Drupal\content_moderation\Plugin\WorkflowType\ContentModerationInterface::removeEntityTypeAndBundle()
Removes an entity type ID / bundle ID from the workflow.
Parameters
string $entity_type_id: The entity type ID to remove.
string $bundle_id: The bundle ID to remove.
1 method overrides ContentModerationInterface::removeEntityTypeAndBundle()
- ContentModeration::removeEntityTypeAndBundle in core/
modules/ content_moderation/ src/ Plugin/ WorkflowType/ ContentModeration.php - Removes an entity type ID / bundle ID from the workflow.
File
-
core/
modules/ content_moderation/ src/ Plugin/ WorkflowType/ ContentModerationInterface.php, line 54
Class
- ContentModerationInterface
- Interface for ContentModeration WorkflowType plugin.
Namespace
Drupal\content_moderation\Plugin\WorkflowTypeCode
public function removeEntityTypeAndBundle($entity_type_id, $bundle_id);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.