You are here

function google_api_client_google_services_names in Google API PHP Client 8.3

Same name and namespace in other branches
  1. 8.4 google_api_client.module \google_api_client_google_services_names()
  2. 8.2 google_api_client.module \google_api_client_google_services_names()

Returns a array services api names.

File

./google_api_client.module, line 73
Google Api Client for drupal.

Code

function google_api_client_google_services_names($field, $entity, $cacheable) {
  return _google_api_client_google_services_names();
}