You are here

service google_api_client.client in Google API PHP Client 8.3

Same name and namespace in other branches
  1. 8.4 google_api_client.services.yml \google_api_client.client
  2. 8 google_api_client.services.yml \google_api_client.client
  3. 8.2 google_api_client.services.yml \google_api_client.client

Class

Drupal\google_api_client\Service\GoogleApiClientService
2 string references to google_api_client.client
Callback::create in src/Controller/Callback.php
Instantiates a new instance of this class.
GoogleApiClientRevokeForm::submitForm in src/Form/GoogleApiClientRevokeForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…

File

./google_api_client.services.yml
google_api_client.services.yml

View source
  1. class: Drupal\google_api_client\Service\GoogleApiClientService
  2. arguments:
  3. - '@logger.factory'
  4. - '@cache.default'
  5. - '@messenger'
  6. - '@string_translation'
  7. - '@config.factory'
  8. - '@module_handler'