function WorkflowTypeTransitionFormBase::validateConfigurationForm

Same name and namespace in other branches
  1. 9 core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php \Drupal\workflows\Plugin\WorkflowTypeTransitionFormBase::validateConfigurationForm()
  2. 8.9.x core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php \Drupal\workflows\Plugin\WorkflowTypeTransitionFormBase::validateConfigurationForm()
  3. 10 core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php \Drupal\workflows\Plugin\WorkflowTypeTransitionFormBase::validateConfigurationForm()

Overrides PluginFormInterface::validateConfigurationForm

File

core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php, line 35

Class

WorkflowTypeTransitionFormBase
A base class for workflow type transition forms.

Namespace

Drupal\workflows\Plugin

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.