Skip to content
Snippets Groups Projects
Commit b8ec70b4 authored by catch's avatar catch
Browse files

Issue #3485470 by nicxvan, lendude: views_form_views_exposed_form_alter is...

Issue #3485470 by nicxvan, lendude: views_form_views_exposed_form_alter is documented as hook_form_alter instead of hook_form_FORM_ID_alter
parent 2546cebc
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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