You are here

public function ActionLinkTypeBase::validateConfigurationForm in Flag 8.4

Validates the action link setting form.

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::validateConfigurationForm

1 method overrides ActionLinkTypeBase::validateConfigurationForm()
FormEntryTypeBase::validateConfigurationForm in src/Plugin/ActionLink/FormEntryTypeBase.php
Validates the action link setting form.

File

src/ActionLink/ActionLinkTypeBase.php, line 208

Class

ActionLinkTypeBase
Provides a base class for all link types.

Namespace

Drupal\flag\ActionLink

Code

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

  // Override this.
}