You are here

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

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

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/EntityList.php, line 25

Class

EntityList
Class EntityList.

Namespace

Drupal\entity_update\Form

Code

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