You are here

function olivero_form_views_exposed_form_alter in Drupal 10

Implements hook_form_views_exposed_form_alter().

File

core/themes/olivero/olivero.theme, line 613
Functions to support theming in the Olivero theme.

Code

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