You are here

public function GoogleApiServiceClient::getServices in Google API PHP Client 8.4

Same name and namespace in other branches
  1. 8.3 src/Entity/GoogleApiServiceClient.php \Drupal\google_api_client\Entity\GoogleApiServiceClient::getServices()

Function returns the Services for the account.

Return value

array Returns array of services.

Overrides GoogleApiServiceClientInterface::getServices

1 call to GoogleApiServiceClient::getServices()
GoogleApiServiceClient::getScopes in src/Entity/GoogleApiServiceClient.php
Function returns the Scopes for the account.

File

src/Entity/GoogleApiServiceClient.php, line 174

Class

GoogleApiServiceClient
Defines the GoogleApiServiceClient entity.

Namespace

Drupal\google_api_client\Entity

Code

public function getServices() {
  return $this->services;
}