function RestExampleClientEdit::getFormId
Same name in other branches
- 4.0.x modules/rest_example/src/Form/RestExampleClientEdit.php \Drupal\rest_example\Form\RestExampleClientEdit::getFormId()
Overrides FormInterface::getFormId
File
-
modules/
rest_example/ src/ Form/ RestExampleClientEdit.php, line 45
Class
- RestExampleClientEdit
- Edit or create a new node on a remote Drupal site.
Namespace
Drupal\rest_example\FormCode
public function getFormId() {
return 'rest_example_client_edit';
}