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
parent
2a4f130da5
commit
fd6254aa5a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue