You are here

public function LanguageSelectionPageConditionInterface::postConfigSave in Language Selection Page 8.2

Post config save method.

Method that gets triggered when the configuration of the form has been saved.

Parameters

array $form: The form array.

\Drupal\Core\Form\FormStateInterface $form_state: The FormState object.

1 method overrides LanguageSelectionPageConditionInterface::postConfigSave()
LanguageSelectionPageConditionBase::postConfigSave in src/LanguageSelectionPageConditionBase.php
Post config save method.

File

src/LanguageSelectionPageConditionInterface.php, line 104

Class

LanguageSelectionPageConditionInterface
The LanguageSelectionPageConditionInterface interface.

Namespace

Drupal\language_selection_page

Code

public function postConfigSave(array &$form, FormStateInterface $form_state);