public function GoogleApiServiceClientInterface::getServices in Google API PHP Client 8.3
Same name and namespace in other branches
- 8.4 src/GoogleApiServiceClientInterface.php \Drupal\google_api_client\GoogleApiServiceClientInterface::getServices()
Function returns the Services for the account.
Return value
array Returns array of services.
1 method overrides GoogleApiServiceClientInterface::getServices()
- GoogleApiServiceClient::getServices in src/
Entity/ GoogleApiServiceClient.php - Function returns the Services for the account.
File
- src/
GoogleApiServiceClientInterface.php, line 47
Class
- GoogleApiServiceClientInterface
- Provides an interface defining a GoogleApiServiceClient entity.
Namespace
Drupal\google_api_clientCode
public function getServices();