function olivero_form_views_exposed_form_alter

Same name and namespace in other branches
  1. 9 core/themes/olivero/olivero.theme \olivero_form_views_exposed_form_alter()
  2. 10 core/themes/olivero/olivero.theme \olivero_form_views_exposed_form_alter()

Implements hook_form_views_exposed_form_alter().

File

core/themes/olivero/olivero.theme, line 623

Code

function olivero_form_views_exposed_form_alter(&$form) {
    $form['#attributes']['class'][] = 'form--inline';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.