You are here

public function GoogleApiServiceClient::setServices 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::setServices()

Function set Services.

Parameters

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

Overrides GoogleApiServiceClientInterface::setServices

File

src/Entity/GoogleApiServiceClient.php, line 231

Class

GoogleApiServiceClient
Defines the GoogleApiServiceClient entity.

Namespace

Drupal\google_api_client\Entity

Code

public function setServices(array $services) {
  return $this->services = $services;
}