function RestExampleClientSettings::getFormId

Same name in other branches
  1. 4.0.x modules/rest_example/src/Form/RestExampleClientSettings.php \Drupal\rest_example\Form\RestExampleClientSettings::getFormId()

Overrides FormInterface::getFormId

File

modules/rest_example/src/Form/RestExampleClientSettings.php, line 20

Class

RestExampleClientSettings
Setup form for a Drupal REST client.

Namespace

Drupal\rest_example\Form

Code

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