Full ELMS Learning Network documentation
Functions
Primary tabs
Name![]() |
Location | Description |
---|---|---|
admin_theme_variable_name |
sites/ |
Get the variable name for a certain option. |
advagg_admin_cleanup_semaphore_table_button |
sites/ |
Delete orphaned/expired advagg locks from the semaphore database table. |
advagg_admin_clear_all_caches_button |
sites/ |
Clear out all advagg cache bins. |
advagg_admin_clear_all_files_button |
sites/ |
Clear out all advagg cache bins and clear out all advagg aggregated files. |
advagg_admin_config_root_path |
sites/ |
Get the current path used for advagg admin configuration. |
advagg_admin_flush_cache |
sites/ |
Cache clear callback for admin_menu/flush-cache/advagg. |
advagg_admin_flush_cache_button |
sites/ |
Perform a smart flush. |
advagg_admin_flush_stale_files_button |
sites/ |
Clear out all stale advagg aggregated files. |
advagg_admin_get_file_info |
sites/ |
Get detailed info about the given filename. |
advagg_admin_get_file_info_callback |
sites/ |
Display file info via ajax callback. |
advagg_admin_get_file_info_submit |
sites/ |
Display file info in a drupal message. |
advagg_admin_get_file_info_validate |
sites/ |
Verify that the filename is correct. |
advagg_admin_increment_global_counter |
sites/ |
Clear out all advagg cache bins and increment the counter. |
advagg_admin_info_form |
sites/ |
Form builder; Show info about advagg and advagg settings. |
advagg_admin_menu_cache_info |
sites/ |
Implements hook_admin_menu_cache_info(). |
advagg_admin_menu_output_alter |
sites/ |
Implements hook_admin_menu_output_alter(). |
advagg_admin_operations_form |
sites/ |
Form builder; Do advagg operations. |
advagg_admin_remove_missing_files_from_db_button |
sites/ |
Scan for missing files and remove the associated entries in the database. |
advagg_admin_remove_old_unused_aggregates_button |
sites/ |
Delete aggregates that have not been accessed in the last 6 weeks. |
advagg_admin_settings_form |
sites/ |
Form builder; Configure advagg settings. |
advagg_admin_settings_form_submit |
sites/ |
Clear out the advagg cache bin when the save configuration button is pressed. |
advagg_admin_toggle_bypass_cookie |
sites/ |
Set or remove the AdvAggDisabled cookie. |
advagg_advagg_build_aggregate_plans_alter |
sites/ |
Implements hook_advagg_build_aggregate_plans_alter(). |
advagg_advagg_context_alter |
sites/ |
Implements hook_advagg_context_alter(). |
advagg_advagg_save_aggregate_alter |
sites/ |
Implements hook_advagg_save_aggregate_alter(). |
advagg_ajax_render_alter |
sites/ |
Implements hook_ajax_render_alter(). |
advagg_build_aggregates |
sites/ |
Builds the requested CSS/JS aggregates. |
advagg_build_aggregate_plans |
sites/ |
Replacement for drupal_build_css_cache() and drupal_build_js_cache(). |
advagg_build_ajax_js_css |
sites/ |
Gets the core CSS/JS included in this ajax request. |
advagg_build_filename |
sites/ |
Build the filename. |
advagg_bundler_admin_settings_form |
sites/ |
Form builder; Configure advagg settings. |
advagg_bundler_admin_settings_form_submit |
sites/ |
Clear out the advagg cache bin when the save configuration button is pressed. |
advagg_bundler_advagg_build_aggregate_plans_alter |
sites/ |
Implements hook_advagg_build_aggregate_plans_alter(). |
advagg_bundler_advagg_hooks_implemented_alter |
sites/ |
Implements hook_advagg_hooks_implemented_alter(). |
advagg_bundler_analysis |
sites/ |
Given a filename return a bundle key. |
advagg_bundler_enabled |
sites/ |
Returns TRUE if the bundler will run. |
advagg_bundler_form_advagg_admin_settings_form_alter |
sites/ |
Implements hook_form_FORM_ID_alter(). |
advagg_bundler_init |
sites/ |
Implements hook_init(). |
advagg_bundler_menu |
sites/ |
Implements hook_menu(). |
advagg_bundler_merge |
sites/ |
Merge bundles together if too many where created. |
advagg_cleanup_semaphore_table |
sites/ |
Delete orphaned/expired advagg locks from the semaphore database table. |
advagg_clearstatcache |
sites/ |
Wrapper around clearstatcache so it can use php 5.3's new features. |
advagg_context_css |
sites/ |
Changes context when generating CSS. |
advagg_create_aggregate_files |
sites/ |
Create the aggregate if it does not exist; using HTTPRL if possible. |
advagg_create_subfile |
sites/ |
Write CSS parts to disk; used when CSS selectors in one file is > 4096. |
advagg_cron |
sites/ |
Implements hook_cron(). |
advagg_css_alter |
sites/ |
Implements hook_css_alter(). |
advagg_css_cdn_advagg_css_groups_alter |
sites/ |
Implements hook_advagg_css_groups_alter(). |
advagg_css_cdn_css_alter |
sites/ |
Implements hook_css_alter(). |
advagg_css_cdn_get_ui_mapping |
sites/ |
Return an array of jquery ui files. |