function FormActionXssTest::getFormId

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php \Drupal\KernelTests\Core\Form\FormActionXssTest::getFormId()
  2. 10 core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php \Drupal\KernelTests\Core\Form\FormActionXssTest::getFormId()
  3. 11.x core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php \Drupal\KernelTests\Core\Form\FormActionXssTest::getFormId()

Overrides FormInterface::getFormId

File

core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php, line 28

Class

FormActionXssTest
Ensures that a form's action attribute can't be exploited with XSS.

Namespace

Drupal\KernelTests\Core\Form

Code

public function getFormId() {
    return 'external_form_url_test';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.