You are here

function panopoly_search_form_panopoly_search_box_form_alter in Panopoly Search 8.2

Implements hook_form_FORM_ID_alter().

File

./panopoly_search.module, line 72
Hooks for the panopoly_search module.

Code

function panopoly_search_form_panopoly_search_box_form_alter(&$form, FormStateInterface $form_state) {
  $form['form_build_id']['#access'] = FALSE;
  $form['form_token']['#access'] = FALSE;
  $form['form_id']['#access'] = FALSE;
}