You are here

public function FlagTypeBase::submitConfigurationForm in Flag 8.4

Handles the form submit for this action link plugin.

Derived classes will want to override this.

Parameters

array $form: The form array.

FormStateInterface $form_state: The form state.

Overrides PluginFormInterface::submitConfigurationForm

1 call to FlagTypeBase::submitConfigurationForm()
EntityFlagType::submitConfigurationForm in src/Plugin/Flag/EntityFlagType.php
Handles the form submit for this action link plugin.
1 method overrides FlagTypeBase::submitConfigurationForm()
EntityFlagType::submitConfigurationForm in src/Plugin/Flag/EntityFlagType.php
Handles the form submit for this action link plugin.

File

src/FlagType/FlagTypeBase.php, line 112

Class

FlagTypeBase
Provides a base class for flag type plugins.

Namespace

Drupal\flag\FlagType

Code

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

  // Override this.
}