You are here

public function ModerationHandler::enforceRevisionsBundleFormAlter in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php \Drupal\content_moderation\Entity\Handler\ModerationHandler::enforceRevisionsBundleFormAlter()
  2. 9 core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php \Drupal\content_moderation\Entity\Handler\ModerationHandler::enforceRevisionsBundleFormAlter()

File

core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php, line 68

Class

ModerationHandler
Common customizations for most/all entities.

Namespace

Drupal\content_moderation\Entity\Handler

Code

public function enforceRevisionsBundleFormAlter(array &$form, FormStateInterface $form_state, $form_id) {
}