function RestExampleClientSettings::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';
}