You are here

public function PathElementFormTest::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Element/PathElementFormTest.php \Drupal\system\Tests\Element\PathElementFormTest::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/Element/PathElementFormTest.php, line 67
Contains \Drupal\system\Tests\Element\PathElementFormTest.

Class

PathElementFormTest
Tests PathElement validation and conversion functionality.

Namespace

Drupal\system\Tests\Element

Code

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