hook_libraries_info |
./libraries.api.php |
Return information about external libraries. |
|
|
hook_libraries_info_alter |
./libraries.api.php |
Alter the library information before detection and caching takes place. |
|
|
hook_libraries_info_file_paths |
./libraries.api.php |
Specify paths to look for library info files. |
|
|
libraries_detect |
./libraries.module |
Tries to detect a library and its installed version. |
5 |
|
libraries_detect_dependencies |
./libraries.module |
Library post-detect callback to process and detect dependencies. |
1 |
1 |
libraries_drush_cache_clear |
./libraries.drush.inc |
Implements hook_drush_cache_clear(). |
|
|
libraries_drush_command |
./libraries.drush.inc |
Implements hook_drush_command(). |
|
|
libraries_drush_download |
./libraries.drush.inc |
Downloads a library. |
|
|
libraries_drush_help |
./libraries.drush.inc |
Implements hook_drush_help(). |
|
|
libraries_drush_invalidate_cache |
./libraries.drush.inc |
Clears the library cache. |
|
1 |
libraries_drush_list |
./libraries.drush.inc |
Lists registered library information. |
|
1 |
libraries_flush_caches |
./libraries.module |
Implements hook_flush_caches(). |
1 |
|
libraries_get_enabled_themes |
./libraries.module |
Returns all enabled themes. |
1 |
|
libraries_get_libraries |
./libraries.module |
Returns an array of library directories. |
1 |
|
libraries_get_path |
./libraries.module |
Gets the path of a library. |
2 |
1 |
libraries_get_version |
./libraries.module |
Gets the version information from an arbitrary library. |
|
1 |
libraries_info |
./libraries.module |
Returns information about registered libraries. |
4 |
1 |
libraries_info_defaults |
./libraries.module |
Applies default properties to a library definition. |
3 |
|
libraries_invoke |
./libraries.module |
Invokes library callbacks. |
3 |
|
libraries_load |
./libraries.module |
Loads a library. |
3 |
2 |
libraries_load_files |
./libraries.module |
Loads a library's files. |
1 |
|
libraries_prepare_files |
./libraries.module |
Library info callback to make all 'files' properties consistent. |
1 |
1 |
libraries_scan_info_files |
./libraries.module |
Looks for library info files. |
2 |
|
libraries_schema |
./libraries.install |
Implements hook_schema(). |
1 |
|
libraries_sort_themes |
./libraries.module |
Sort a themes array. |
1 |
|
libraries_test_module_libraries_info |
tests/modules/libraries_test_module/libraries_test_module.module |
Implements hook_libraries_info(). |
|
|
libraries_test_module_libraries_info_alter |
tests/modules/libraries_test_module/libraries_test_module.module |
Implements hook_libraries_info_alter(). |
|
|
libraries_test_module_libraries_info_file_paths |
tests/modules/libraries_test_module/libraries_test_module.module |
Implements hook_libraries_info_file_paths() |
|
|
libraries_test_module_menu |
tests/modules/libraries_test_module/libraries_test_module.module |
Implements hook_menu(). |
|
|
libraries_test_module_system_theme_info |
tests/modules/libraries_test_module/libraries_test_module.module |
Implements hook_system_theme_info(). |
|
|
libraries_test_theme_libraries_info |
tests/themes/libraries_test_theme/template.php |
Implements hook_libraries_info(). |
|
|
libraries_test_theme_libraries_info_alter |
tests/themes/libraries_test_theme/template.php |
Implements hook_libraries_info_alter(). |
|
|
libraries_traverse_library |
./libraries.module |
Helper function to apply a callback to all parts of a library. |
1 |
|
libraries_update_7200 |
./libraries.install |
Create the 'cache_libraries' table. |
|
|
_libraries_require_once |
./libraries.module |
Wrapper function for require_once. |
1 |
|
_libraries_test_module_callback |
tests/modules/libraries_test_module/libraries_test_module.module |
Sets the '[group] callback' key, where [group] is prepare, detect, or load. |
6 |
|
_libraries_test_module_example_1 |
tests/libraries/example/example_1.php |
Dummy function to see if this file was loaded. |
|
|
_libraries_test_module_example_2 |
tests/libraries/example/example_2.php |
Dummy function to see if this file was loaded. |
|
|
_libraries_test_module_example_3 |
tests/libraries/example/example_3.php |
Dummy function to see if this file was loaded. |
|
|
_libraries_test_module_example_4 |
tests/libraries/example/example_4.php |
Dummy function to see if this file was loaded. |
|
|
_libraries_test_module_get_version |
tests/modules/libraries_test_module/libraries_test_module.module |
Gets the version information from an arbitrary library. |
|
1 |
_libraries_test_module_info_callback |
tests/modules/libraries_test_module/libraries_test_module.module |
Sets the 'info callback' key. |
|
2 |
_libraries_test_module_integration_file |
tests/modules/libraries_test_module/libraries_test_module.inc |
@file
Test PHP file for Libraries loading. |
|
|
_libraries_test_module_load |
tests/modules/libraries_test_module/libraries_test_module.module |
Loads a specified library (variant) for testing. |
|
1 |
_libraries_test_module_post_detect_callback |
tests/modules/libraries_test_module/libraries_test_module.module |
Sets the 'post-detect callback' key. |
|
2 |
_libraries_test_module_post_load_callback |
tests/modules/libraries_test_module/libraries_test_module.module |
Sets the 'post-load callback' key. |
|
2 |
_libraries_test_module_pre_dependencies_load_callback |
tests/modules/libraries_test_module/libraries_test_module.module |
Sets the 'pre-dependencies-load callback' key. |
|
2 |
_libraries_test_module_pre_detect_callback |
tests/modules/libraries_test_module/libraries_test_module.module |
Sets the 'pre-detect callback' key. |
|
2 |
_libraries_test_module_pre_load_callback |
tests/modules/libraries_test_module/libraries_test_module.module |
Sets the 'pre-load callback' key. |
|
2 |
_libraries_test_module_return_installed |
tests/modules/libraries_test_module/libraries_test_module.module |
Detects the variant of an example library. |
|
1 |