You are here

public function EntityUpdateTestSettings::getFormId in Entity Update 2.0.x

Same name and namespace in other branches
  1. 8 modules/entity_update_tests/src/Form/EntityUpdateTestSettings.php \Drupal\entity_update_tests\Form\EntityUpdateTestSettings::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

tests/modules/entity_update_tests/src/Form/EntityUpdateTestSettings.php, line 26

Class

EntityUpdateTestSettings
Class CheckEntityUpdate.

Namespace

Drupal\entity_update_tests\Form

Code

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