Full ELMS Learning Network documentation
Functions
Primary tabs
Name![]() |
Location | Description |
---|---|---|
accessibility_test_delete_form |
sites/ |
Form callback: confirmation form for deleting a model. |
accessibility_test_delete_form_submit |
sites/ |
Submit callback for model_delete_form |
accessibility_test_delete_multiple |
sites/ |
Delete multiple accessibility tests. |
accessibility_test_edit_form |
sites/ |
Edit form for accessibility tests. |
accessibility_test_edit_form_submit |
sites/ |
Form API submit callback for the model form. |
accessibility_test_edit_form_validate |
sites/ |
|
accessibility_test_features_export |
sites/ |
Implements hook[component]_features_export(). |
accessibility_test_features_export_options |
sites/ |
Implements hook[component]_features_export_options(). |
accessibility_test_features_export_render |
sites/ |
Implements hook[component]_features_export_render(). |
accessibility_test_features_rebuild |
sites/ |
Implements hook[component]_features_rebuild(). |
accessibility_test_features_revert |
sites/ |
Implements hook[component]_features_revert(). |
accessibility_test_form_submit_delete |
sites/ |
Form API submit callback for the delete button. |
accessibility_test_load |
sites/ |
Loads a single accessibility test. |
accessibility_test_load_multiple |
sites/ |
Loads multiple accessibility test entities. |
accessibility_test_page_title |
sites/ |
Returns the title of the accessibility test entity page. |
accessibility_test_page_view |
sites/ |
View callback for accessibility test entities. |
accessibility_test_page_view_json |
sites/ |
JSON render callback for accessibility test entities. |
accessibility_test_render |
sites/ |
|
accessibility_test_save |
sites/ |
Saves an accessibility test entity. |
accessibility_test_uri |
sites/ |
Callback to define the default URI for accessibility test entities. |
accessibility_theming_page_build |
sites/ |
Implements hook_init(). |
accessibility_theming_permission |
sites/ |
Implements hook_permission(). |
accessibility_views_api |
sites/ |
Implements hook_views_api(). |
accessibility_views_data |
sites/ |
@file Providing extra functionality for views. |
accessibility_wysiwyg_ckeditor_plugin |
sites/ |
Implements hook_ckeditor_plugin(). |
accessibility_wysiwyg_element_info_alter |
sites/ |
Implements hook_element_info_alter(). |
accessibility_wysiwyg_load |
sites/ |
Helper function to load accessibility javascript. |
accessibility_wysiwyg_menu |
sites/ |
Implements hook_menu(). |
accessibility_wysiwyg_pre_render_text_format |
sites/ |
Alter callback to see if accessibility javascript should be loaded on the current page. @todo - This will turn on for every form whenever ckeditor is installed, should only turn on when the current page is included in the global profile. |
accessibility_wysiwyg_tinymce_view_errors |
sites/ |
Menu callback to render out accessibility errors. |
accessibility_wysiwyg_wysiwyg_plugin |
sites/ |
Implements hook_wysiwyg_plugin(). |
actions_actions_map |
includes/ |
Creates an associative array keyed by hashes of function names or IDs. |
actions_delete |
includes/ |
Deletes a single action from the database. |
actions_do |
includes/ |
Performs a given list of actions by executing their callback functions. |
actions_function_lookup |
includes/ |
Returns an action array key (function or ID), given its hash. |
actions_get_all_actions |
includes/ |
Retrieves all action instances from the database. |
actions_list |
includes/ |
Discovers all available actions by invoking hook_action_info(). |
actions_load |
includes/ |
Retrieves a single action from the database. |
actions_loop_test_action_info |
modules/ |
Implements hook_action_info(). |
actions_loop_test_init |
modules/ |
Implements hook_init(). |
actions_loop_test_install |
modules/ |
Implements hook_install(). |
actions_loop_test_log |
modules/ |
Write a message to the log. |
actions_loop_test_trigger_info |
modules/ |
Implements hook_trigger_info(). |
actions_loop_test_watchdog |
modules/ |
Implements hook_watchdog(). |
actions_permissions_get_perm |
sites/ |
Returns the permission name used in user_access(). |
actions_permissions_permission |
sites/ |
Implements hook_permission(). |
actions_save |
includes/ |
Saves an action and its user-supplied parameter values to the database. |
actions_synchronize |
includes/ |
Synchronizes actions that are provided by modules in hook_action_info(). |
action_nodequeue_add |
sites/ |
Old-style action to add a node to a queue. |
action_nodequeue_remove |
sites/ |
Old-style action to remove a node from a queue. |