public function FlagTypeBase::validateConfigurationForm in Flag 8.4
Handles the validation for the action link plugin settings form.
Parameters
array $form: The form array.
FormStateInterface $form_state: The form state.
Overrides PluginFormInterface::validateConfigurationForm
File
- src/
FlagType/ FlagTypeBase.php, line 124
Class
- FlagTypeBase
- Provides a base class for flag type plugins.
Namespace
Drupal\flag\FlagTypeCode
public function validateConfigurationForm(array &$form, FormStateInterface $form_state) {
// Override this.
}