Full ELMS Learning Network documentation
Functions
Primary tabs
Name![]() |
Location | Description |
---|---|---|
_zurb_foundation_reveal |
sites/ |
Helper function to store and return markup for reveal modals on the page. This is necessary because we need to add all of the reveals to the bottom of the page to avoid unexpected behavior. For more information please refer to the official Zurb… |
_zurb_foundation_render_link |
sites/ |
Helper function to recursively render sub-menus. |
_zurb_foundation_load |
sites/ |
|
_zurb_foundation_links |
sites/ |
Helper function to output a Drupal menu as a Foundation Top Bar. |
_zurb_foundation_element_whitelist |
sites/ |
Returns an array containing ids of any whitelisted drupal elements |
_zurb_foundation_add_tooltips |
sites/ |
Modifies description to display the description in a tooltip. |
_zurb_foundation_add_reveals |
sites/ |
Add the reveal modal markup (if any) to the page_bottom region. |
_xmlrpc |
includes/ |
Performs one or more XML-RPC requests. |
_wysiwyg_wymeditor_button_info |
sites/ |
Helper function to provide additional meta-data for internal default buttons. |
_wysiwyg_tinymce_plugin_name |
sites/ |
Add or remove leading hiven to/of external plugin names. |
_wysiwyg_process_include |
sites/ |
Process a single hook implementation of a wysiwyg editor. |
_wysiwyg_install_get_formats |
sites/ |
Retrieve a list of input formats to associate profiles to. |
_wysiwyg_ckeditor_group |
sites/ |
Define grouping for ckEditor buttons. |
_views_weight_sort |
sites/ |
|
_views_ui_get_paths |
sites/ |
Helper function to get a list of paths assigned to a view. |
_views_ui_get_displays_list |
sites/ |
Helper function to get a list of displays included in a view. |
_views_theme_functions |
sites/ |
Provide a full array of possible themes to try for a given hook. |
_views_sort_types |
sites/ |
|
_views_query_tag_alter_condition |
sites/ |
Replaces the substitutions recursive foreach condition. |
_views_prepare_handler |
sites/ |
Prepare a handler's data by checking defaults and such. |
_views_position_sort |
sites/ |
Display position sorting function |
_views_find_module_templates |
sites/ |
Scans a directory of a module for template files. |
_views_file_status |
sites/ |
|
_views_field_calc_calc_options |
sites/ |
Column calculation alternatives |
_views_field_calc_calc_options |
profiles/ |
Column calculation alternatives. |
_views_fetch_plugin_data |
sites/ |
Fetch the plugin data from cache. |
_views_fetch_data_build |
sites/ |
Build and set the views data cache if empty. |
_views_fetch_data |
sites/ |
Fetch Views' data from the cache |
_views_drush_changestatus |
sites/ |
Helper function to enable / disable views |
_views_data_process_entity_types |
sites/ |
Links tables having an 'entity type' specified to the respective generic entity-type tables. |
_views_data_export_xml_tag_clean |
sites/ |
Returns a valid XML tag formed from the given input. |
_views_data_export_header_shared_preprocess |
sites/ |
Shared helper function for export preprocess functions. |
_views_data_export_body_shared_preprocess |
sites/ |
Shared helper function for export preprocess functions. |
_views_data_export_batch_process |
sites/ |
Batch API callback. Handles all batching operations by executing the appropriate view. |
_views_create_handler |
sites/ |
Instantiate and construct a new handler |
_views_content_views_update_conf |
sites/ |
Update the $conf to deal with updates from Drupal 5. |
_views_content_views_content_type |
sites/ |
Create the content type info array to give back to ctools for a given display. |
_views_content_panes_content_type |
sites/ |
|
_views_content_get_context_from_display |
sites/ |
Get the child plugin for a view context display. |
_views_bulk_operations_script_action_error_type |
sites/ |
|
_views_bulk_operations_script_action_error_line |
sites/ |
|
_views_bulk_operations_rules_get_field |
sites/ |
Helper function that loads, builds and executes the specified view, then returns its VBO field. |
_views_bulk_operations_rules_get_entity_type |
sites/ |
Helper function that loads and builds (but doesn't execute) the specified view, then determines the entity type on which the VBO field operates. |
_views_bulk_operations_report_error |
sites/ |
Helper function to report an error. |
_views_bulk_operations_modify_action_unset_required |
sites/ |
Helper function that recursively strips #required from field widgets. |
_views_bulk_operations_modify_action_get_properties |
sites/ |
Returns all properties that can be modified. |
_views_bulk_operations_modify_action_get_bundles |
sites/ |
Returns all bundles for which field widgets should be displayed. |
_views_bulk_operations_log |
sites/ |
Display a message to the user through the relevant function. |
_views_bulk_operations_get_selection |
sites/ |
Goes through the submitted values, and returns an array of selected rows, in the form of $row_index => $entity_id. |
_views_bulk_operations_get_field |
sites/ |
Gets the VBO field if it exists on the passed-in view. |