You are here

public function GoogleApiClientSettingsForm::getFormId in Google API PHP Client 8.4

Same name and namespace in other branches
  1. 8.2 src/Form/GoogleApiClientSettingsForm.php \Drupal\google_api_client\Form\GoogleApiClientSettingsForm::getFormId()
  2. 8.3 src/Form/GoogleApiClientSettingsForm.php \Drupal\google_api_client\Form\GoogleApiClientSettingsForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/GoogleApiClientSettingsForm.php, line 23

Class

GoogleApiClientSettingsForm
Class ContentEntityExampleSettingsForm.

Namespace

Drupal\google_api_client\Form

Code

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