public function EntityList::getFormId in Entity Update 8
Same name and namespace in other branches
- 2.0.x 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\FormCode
public function getFormId() {
return 'entity_update_list';
}