You are here

public function FrontendEnvironmentBase::frontEndEnvironmentFormValidate in Build Hooks 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/FrontendEnvironmentBase.php \Drupal\build_hooks\Plugin\FrontendEnvironmentBase::frontEndEnvironmentFormValidate()
2 calls to FrontendEnvironmentBase::frontEndEnvironmentFormValidate()
FrontendEnvironmentBase::validateConfigurationForm in src/Plugin/FrontendEnvironmentBase.php
Form validation handler.
TestEnvironment::frontEndEnvironmentFormValidate in tests/modules/build_hooks_test/src/Plugin/FrontendEnvironment/TestEnvironment.php
1 method overrides FrontendEnvironmentBase::frontEndEnvironmentFormValidate()
TestEnvironment::frontEndEnvironmentFormValidate in tests/modules/build_hooks_test/src/Plugin/FrontendEnvironment/TestEnvironment.php

File

src/Plugin/FrontendEnvironmentBase.php, line 134

Class

FrontendEnvironmentBase
Base class for Frontend environment plugins.

Namespace

Drupal\build_hooks\Plugin

Code

public function frontEndEnvironmentFormValidate($form, FormStateInterface $form_state) {
}