google_api_client_callback_url |
./google_api_client.module |
Checks https settings and returns appropriate callback url. |
1 |
|
google_api_client_entity_operation |
./google_api_client.module |
Implements hook_entity_operation(). |
|
|
google_api_client_google_scopes_names |
./google_api_client.module |
|
|
|
google_api_client_google_services_names |
./google_api_client.module |
Returns a array services api names. |
|
|
google_api_client_google_services_scopes |
./google_api_client.module |
Returns a array services api versions. |
8 |
|
google_api_client_help |
./google_api_client.module |
Implements hook_help(). |
|
|
google_api_client_load_library |
./google_api_client.module |
Function loads the google api php client library. |
6 |
|
google_api_client_requirements |
./google_api_client.install |
Implements hook_requirements(). |
|
|
google_api_client_update_8001 |
./google_api_client.install |
Create Entity Type for Google Api Client. |
|
|
google_api_client_update_8002 |
./google_api_client.install |
Create Entity Type for Google Api Service Client. |
|
|
google_api_client_update_8803 |
./google_api_client.install |
Create UUID field for Google Api Client. |
|
|
hook_google_api_client_account_scopes_alter |
./google_api_client.api.php |
Allows other modules to modify the scope before authentication. |
|
|
hook_google_api_client_account_state_alter |
./google_api_client.api.php |
Allows other modules to modify the state before authentication. |
|
|
hook_google_api_client_authenticate_account_access |
./google_api_client.api.php |
Allows other modules to check authentication url access. |
|
|
hook_google_api_client_google_response |
./google_api_client.api.php |
A google response was received. |
|
|
_google_api_client_google_services_names |
./google_api_client.module |
Function returns service names. |
5 |
|
_google_api_client_read_scope_info |
./google_api_client.module |
Helper function which reads the installed library and discovery api to build cache for scopes and names. |
3 |
|