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