Skip to content
Snippets Groups Projects
Commit 78ec304c authored by Dave Long's avatar Dave Long Committed by Lee Rowlands
Browse files

Issue #3497241 by longwave, jurgenhaas: FormValidatorInterface::validateForm...

Issue #3497241 by longwave, jurgenhaas: FormValidatorInterface::validateForm has wrong type for $form_id
parent efee4d2f
No related branches found
No related tags found
5 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10789Fix type.,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Checking pipeline status
......@@ -25,7 +25,7 @@ public function executeValidateHandlers(&$form, FormStateInterface &$form_state)
/**
* Validates user-submitted form data in the $form_state.
*
* @param array $form_id
* @param string $form_id
* A unique string identifying the form for validation, submission,
* theming, and hook_form_alter functions.
* @param array $form
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment