You are here

public function ModerationHandlerInterface::enforceRevisionsBundleFormAlter in Workbench Moderation 8.2

Same name and namespace in other branches
  1. 8 src/Entity/Handler/ModerationHandlerInterface.php \Drupal\workbench_moderation\Entity\Handler\ModerationHandlerInterface::enforceRevisionsBundleFormAlter()

Alters bundle forms to enforce revision handling.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

string $form_id: The form id.

See also

hook_form_alter()

1 method overrides ModerationHandlerInterface::enforceRevisionsBundleFormAlter()
ModerationHandler::enforceRevisionsBundleFormAlter in src/Entity/Handler/ModerationHandler.php
Alters bundle forms to enforce revision handling.

File

src/Entity/Handler/ModerationHandlerInterface.php, line 75
Contains Drupal\workbench_moderation\Entity\Handler\EntityCustomizationInterface.

Class

ModerationHandlerInterface
Defines operations that need to vary by entity type.

Namespace

Drupal\workbench_moderation\Entity\Handler

Code

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