You are here

Functions in Drupal Computing 7

Primary tabs

Namesort descending Location Description Direct uses Strings
computing_code ./computing.module 4
computing_create_record ./computing.module Creates a command record and save to {computing_record} queue. Duplicate command would not get saved twice. To force saving a duplicate command, set the 'updated' field or any input field with different value in $options. 2
computing_cron ./computing.module Implements hook_cron().
computing_drush_command ./computing.drush.inc Implements hook_drush_command().
computing_drush_help ./computing.drush.inc Implementation of hook_drush_help().
computing_get_last_command ./computing.module Retrieve the last command of the give app/command. 1
computing_install ./computing.install Implements hook_install().
computing_load_output_json ./computing.module 1
computing_load_record ./computing.module Load one record object according to its id. Fields 'input' and 'output' are byte strings. Caller functions are responsible to unserialize or do other things. 2
computing_permission ./computing.module Implements hook_permission().
computing_query_active_records ./computing.module Query active records. Record is active when status is NULL. This is different from control='REDY', which means the record is ready to be processed.
computing_save_input_json ./computing.module 1
computing_schema ./computing.install Implements hook_schema(). 2
computing_services_resources ./computing.module Implements hook_services_resources().
computing_uninstall ./computing.install Implements hook_uninstall().
computing_update_7004 ./computing.install
computing_update_7005 ./computing.install
computing_update_7006 ./computing.install
computing_update_7008 ./computing.install increase string1-4 to length=2000 (originally was 1000).
computing_update_7009 ./computing.install Create 'computing_drupal_version' variable in order to query Drupal version.
computing_update_7010 ./computing.install Add the 'agent' field.
computing_update_7011 ./computing.install Add ids1-4.
computing_update_record ./computing.module Update the record with id; only updates the fields in $fields. Callers are responsible to make sure 'input' and 'output' are bytes. 2
computing_update_record_field ./computing.module 2
computing_validate_fields ./computing.module 4
computing_views_api ./computing.module Implements hook_views_api().
computing_views_data ./computing.views.inc
computing_views_default_views ./computing.views_default.inc Implements hook_views_default_views().
drush_computing_call ./computing.drush.inc
drush_computing_create ./computing.drush.inc
drush_computing_eval ./computing.drush.inc
drush_computing_list ./computing.drush.inc
drush_computing_purge ./computing.drush.inc
_computing_default_view ./computing.views_default.inc 1
_computing_query_records ./computing.module This is an internal function to query records. It returns the query result object. Calling function is responsible to fetch array/object from it. 2

Other projects