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 b8ec70b465)
merge-requests/10102/head
catch 2024-11-05 14:54:36 +00:00
parent 2a4f130da5
commit fd6254aa5a
1 changed files with 1 additions and 1 deletions

View File

@ -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.