From fd6254aa5ae9a32ae3359f08bde09108bb30a0f8 Mon Sep 17 00:00:00 2001 From: catch <6915-catch@users.noreply.drupalcode.org> Date: Tue, 5 Nov 2024 14:54:36 +0000 Subject: [PATCH] Issue #3485470 by nicxvan, lendude: views_form_views_exposed_form_alter is documented as hook_form_alter instead of hook_form_FORM_ID_alter (cherry picked from commit b8ec70b465f92fb52abaab7871ff4494a4b2a90d) --- core/modules/views/views.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/views/views.module b/core/modules/views/views.module index c5cc438a7d5..2c21045ea0f 100644 --- a/core/modules/views/views.module +++ b/core/modules/views/views.module @@ -627,7 +627,7 @@ function views_disable_view(View $view) { } /** - * Implements hook_form_alter() for the exposed form. + * Implements hook_form_FORM_ID_alter() for the exposed form. * * Since the exposed form is a GET form, we don't want it to send a wide * variety of information.