You are here

public function ActionsTest::getFormId in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php \Drupal\KernelTests\Core\Render\Element\ActionsTest::getFormId()
  2. 10 core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php \Drupal\KernelTests\Core\Render\Element\ActionsTest::getFormId()

Returns a unique string identifying the form.

The returned ID should be a unique string that can be a valid PHP function name, since it's used in hook implementation names such as hook_form_FORM_ID_alter().

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php, line 23

Class

ActionsTest
@coversDefaultClass \Drupal\Core\Render\Element\Actions @group Render

Namespace

Drupal\KernelTests\Core\Render\Element

Code

public function getFormId() {
}