You are here

public function LanguageSelectionPageConditionBase::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.

Overrides LanguageSelectionPageConditionInterface::postConfigSave

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

File

src/LanguageSelectionPageConditionBase.php, line 92

Class

LanguageSelectionPageConditionBase
Base class for language selection page condition.

Namespace

Drupal\language_selection_page

Code

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