You are here

public function ActionLinkTypeBase::submitConfigurationForm in Flag 8.4

Processes the action link setting form submit.

Derived classes will want to override this method.

Parameters

array $form: The form array.

\Drupal\Core\Form\FormStateInterface $form_state: The form state.

Overrides PluginFormInterface::submitConfigurationForm

1 call to ActionLinkTypeBase::submitConfigurationForm()
FormEntryTypeBase::submitConfigurationForm in src/Plugin/ActionLink/FormEntryTypeBase.php
Processes the action link setting form submit.
1 method overrides ActionLinkTypeBase::submitConfigurationForm()
FormEntryTypeBase::submitConfigurationForm in src/Plugin/ActionLink/FormEntryTypeBase.php
Processes the action link setting form submit.

File

src/ActionLink/ActionLinkTypeBase.php, line 194

Class

ActionLinkTypeBase
Provides a base class for all link types.

Namespace

Drupal\flag\ActionLink

Code

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

  // Override this.
}