You are here

Functions in DrupalGap 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
DrupalGapZip ./drupalgap.module 1
drupalgap_add_module_to_settings_file ./drupalgap.module Given a module name, this will add it to the settings.js file, right after the last module found in the file. 1
drupalgap_connect ./drupalgap.module Used to retrieve Drupal configuration settings as JSON to fuel the app. 1
drupalgap_ctools_plugin_api ./drupalgap.module Implements hook_ctools_plugin_api().
drupalgap_default_services_endpoint ./drupalgap.module Implements hook_default_services_endpoint().
drupalgap_download_and_extract_module_from_github ./drupalgap.module Given a module's details, this will download its zip file from github, extract it, delete the zip file, and move its contents to the app/modules folder. 1
drupalgap_download_app ./drupalgap.pages.inc Zip's up the "mobile-application" directory and downloads it for the user. 1
drupalgap_entityreference_services_request_postprocess_alter modules/drupalgap_entityreference/drupalgap_entityreference.module Implements hook_services_request_postprocess_alter().
drupalgap_entity_info_alter ./drupalgap.module Implements hook_entity_info_alter().
drupalgap_form_after_build ./drupalgap.module
drupalgap_form_alter ./drupalgap.module Implements hook_form_alter().
drupalgap_help ./drupalgap.module Implements hook_help().
drupalgap_load_modules ./drupalgap.module Given a module type (contrib, custom), this loads the modules listed in settings.js and returns them as regex matches. 2
drupalgap_load_module_details ./drupalgap.module Given a module name, this will ask drupalgap.org for its module details. 1
drupalgap_load_settings_as_string ./drupalgap.module Loads the settings.js file as string. 2
drupalgap_logintoboggan_drupalgap_site_settings modules/drupalgap_logintoboggan/drupalgap_logintoboggan.module Implements hook_drupalgap_site_settings().
drupalgap_logintoboggan_services_login modules/drupalgap_logintoboggan/drupalgap_logintoboggan.module Replacement callback for the Services user login resource when the LoginToboggan module is enabled. Optionally use the email address to login. 1
drupalgap_logintoboggan_services_resources_alter modules/drupalgap_logintoboggan/drupalgap_logintoboggan.module Implements hook_services_resources_alter().
drupalgap_menu ./drupalgap.module Implements hook_menu().
drupalgap_modules_widget ./drupalgap.module Renders the widget to control the module's for the app from the settings page.
drupalgap_module_install_form ./drupalgap.module 1
drupalgap_module_install_form_submit ./drupalgap.module
drupalgap_module_install_form_validate ./drupalgap.module
drupalgap_path_to_settings_file ./drupalgap.module 2
drupalgap_permission ./drupalgap.module Implements hook_permission().
drupalgap_rate_drupalgap_site_settings modules/drupalgap_rate/drupalgap_rate.module Implements hook_drupalgap_site_settings().
drupalgap_sdk_form ./drupalgap.module 1
drupalgap_sdk_form_submit ./drupalgap.module
drupalgap_sdk_form_validate ./drupalgap.module
drupalgap_sdk_installed ./drupalgap.module Returns TRUE if the SDK is installed, FALSE otherwise. 1 3
drupalgap_services_request_postprocess_alter ./drupalgap.module Implements hook_services_request_postprocess_alter().
drupalgap_status ./drupalgap.pages.inc Returns the HTML for the DrupalGap module status page. 1
drupalgap_user_registrationpassword_drupalgap_site_settings modules/drupalgap_user_registrationpassword/drupalgap_user_registrationpassword.module Implements hook_services_request_postprocess_alter().
drupalgap_views_api ./drupalgap.module Implements hook_views_api().
drupalgap_views_default_views ./drupalgap.views_default.inc Implements hook_views_default_views().
_drupalgap_add_term_data_to_entities ./drupalgap.module 1
_drupalgap_add_term_data_to_entity ./drupalgap.module 1
_drupalgap_resource_access ./drupalgap.resource.inc Determines whether the current user can access a drupalgap resource.
_drupalgap_resource_content_types_list ./drupalgap.resource.inc Returns a collection of content types from the {node_type} table. 1
_drupalgap_resource_content_types_user_permissions ./drupalgap.resource.inc Returns a collection of permissions from content types for the current user.
_drupalgap_resource_system_connect ./drupalgap.resource.inc Performs service calls to various resources and bundles them all up so the mobile device gets results, settings and permissions in one request. 3
_drupalgap_resource_system_site_settings ./drupalgap.resource.inc Returns a collection of variables from the current Drupal site. 1
_drupalgap_resource_user_access ./drupalgap.resource.inc Checks to see if the user has access to a permission.
_drupalgap_resource_user_login ./drupalgap.resource.inc Performs a user login service resource call and bundles up the drupalgap system connect resource results as well.
_drupalgap_resource_user_logout ./drupalgap.resource.inc Performs a user logout service resource call and bundles up the drupalgap system connect resource results as well.
_drupalgap_resource_user_permissions ./drupalgap.resource.inc Returns the current user's permissions. 1
_drupalgap_resource_user_register ./drupalgap.resource.inc Performs a user registration service resource call and bundles up the drupalgap system connect resource results as well.
_drupalgap_resource_user_roles_and_permissions ./drupalgap.resource.inc Returns a user's roles and permissions.
_drupalgap_taxonomy_get_terms ./drupalgap.resource.inc DrupalGap interface to taxonomy_get_tree().
_drupalgap_taxonomy_get_vocabularies ./drupalgap.resource.inc Retrieves basic data for vocabularies.

Other projects