Same name and namespace in other branches
  1. 8.9.x core/modules/taxonomy/src/VocabularyListBuilder.php \Drupal\taxonomy\VocabularyListBuilder::submitForm()
  2. 9 core/modules/taxonomy/src/VocabularyListBuilder.php \Drupal\taxonomy\VocabularyListBuilder::submitForm()

File

core/modules/taxonomy/src/VocabularyListBuilder.php, line 206

Class

VocabularyListBuilder
Defines a class to build a listing of taxonomy vocabulary entities.

Namespace

Drupal\taxonomy

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
  parent::submitForm($form, $form_state);
  $this->messenger
    ->addStatus($this
    ->t('The configuration options have been saved.'));
}