function ViewsTestDataHooks::formViewsFormTestFormMultipleDefaultAlter

Implements hook_form_BASE_FORM_ID_alter().

File

core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php, line 19

Class

ViewsTestDataHooks
Hook implementations for views_test_data.

Namespace

Drupal\views_test_data\Hook

Code

public function formViewsFormTestFormMultipleDefaultAlter(&$form, FormStateInterface $form_state, $form_id) : void {
    \Drupal::messenger()->addStatus(t('Test base form ID with Views forms and arguments.'));
}

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