You are here

public function ConfigEntityRevisionsModerationInterface::removeEntityTypeAndBundle 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::removeEntityTypeAndBundle()
  2. 1.x src/Plugin/WorkflowType/ConfigEntityRevisionsModerationInterface.php \Drupal\config_entity_revisions\Plugin\WorkflowType\ConfigEntityRevisionsModerationInterface::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.

File

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

Class

ConfigEntityRevisionsModerationInterface
Interface for ContentModeration WorkflowType plugin.

Namespace

Drupal\config_entity_revisions\Plugin\WorkflowType

Code

public function removeEntityTypeAndBundle($entity_type_id, $bundle_id);