public function ExternalFormUrlTest::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Form/ExternalFormUrlTest.php \Drupal\system\Tests\Form\ExternalFormUrlTest::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/
modules/ system/ src/ Tests/ Form/ ExternalFormUrlTest.php, line 31 - Contains \Drupal\system\Tests\Form\ExternalFormUrlTest.
Class
- ExternalFormUrlTest
- Ensures that form actions can't be tricked into sending to external URLs.
Namespace
Drupal\system\Tests\FormCode
public function getFormId() {
return 'external_form_url_test';
}