You are here

public function GoogleApiClientInterface::setServices in Google API PHP Client 8.4

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

Function set Services.

Parameters

array $services: Pass array of services for the account.

1 method overrides GoogleApiClientInterface::setServices()
GoogleApiClient::setServices in src/Entity/GoogleApiClient.php
Function set Services.

File

src/GoogleApiClientInterface.php, line 134

Class

GoogleApiClientInterface
Provides an interface defining a GoogleApiClient entity.

Namespace

Drupal\google_api_client

Code

public function setServices(array $services);