You are here

function workbench_moderation_form_alter in Workbench Moderation 8.2

Same name and namespace in other branches
  1. 8 workbench_moderation.module \workbench_moderation_form_alter()

Implements hook_form_alter().

File

./workbench_moderation.module, line 135
Contains workbench_moderation.module.

Code

function workbench_moderation_form_alter(&$form, FormStateInterface $form_state, $form_id) {
  return \Drupal::service('workbench_moderation.entity_type')
    ->bundleFormAlter($form, $form_state, $form_id);
}