hook_libraries_info Deprecated |
./libraries.api.php |
Return information about external libraries. |
|
|
hook_libraries_info_alter Deprecated |
./libraries.api.php |
Alter the library information before detection and caching takes place. |
|
|
hook_libraries_info_file_paths Deprecated |
./libraries.api.php |
Specify paths to look for library info files. |
|
|
hook_libraries_library_type_info_alter |
./libraries.api.php |
Alter library type information. |
|
|
hook_libraries_locator_info_alter |
./libraries.api.php |
Alter library locator information. |
|
|
hook_libraries_version_detector_info_alter |
./libraries.api.php |
Alter library version detector information. |
|
|
libraries_detect Deprecated |
./libraries.module |
Tries to detect a library and its installed version. |
4 |
|
libraries_detect_dependencies Deprecated |
./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_get_libraries Deprecated |
./libraries.module |
Returns an array of library directories. |
1 |
|
libraries_get_path Deprecated |
./libraries.module |
Gets the path of a library. |
2 |
|
libraries_get_version Deprecated |
./libraries.module |
Gets the version information from an arbitrary library. |
|
1 |
libraries_info Deprecated |
./libraries.module |
Returns information about registered libraries. |
3 |
|
libraries_info_defaults Deprecated |
./libraries.module |
Applies default properties to a library definition. |
3 |
|
libraries_install |
./libraries.install |
Implements hook_install(). |
|
|
libraries_invoke Deprecated |
./libraries.module |
Invokes library callbacks. |
3 |
|
libraries_library_info_build |
./libraries.module |
Implements hook_library_info_build(). |
|
|
libraries_load Deprecated |
./libraries.module |
Loads a library. |
2 |
2 |
libraries_load_files Deprecated |
./libraries.module |
Loads a library's files. |
1 |
|
libraries_prepare_files Deprecated |
./libraries.module |
Library info callback to make all 'files' properties consistent. |
1 |
1 |
libraries_scan_info_files Deprecated |
./libraries.module |
Looks for library info files. |
2 |
|
libraries_test_libraries_info |
tests/modules/libraries_test/libraries_test.module |
Implements hook_libraries_info(). |
|
|
libraries_test_libraries_info_file_paths |
tests/modules/libraries_test/libraries_test.module |
Implements hook_libraries_info_file_paths() |
|
|
libraries_test_menu |
tests/modules/libraries_test/libraries_test.module |
Implements hook_menu(). |
|
|
libraries_traverse_library Deprecated |
./libraries.module |
Helper function to apply a callback to all parts of a library. |
1 |
|
libraries_uninstall |
./libraries.install |
Implements hook_uninstall(). |
|
|
_libraries_test_callback |
tests/modules/libraries_test/libraries_test.module |
Sets the '[group] callback' key, where [group] is prepare, detect, or load. |
5 |
|
_libraries_test_example_1 |
tests/example/example_1.php |
Dummy function to see if this file was loaded. |
|
|
_libraries_test_example_2 |
tests/example/example_2.php |
Dummy function to see if this file was loaded. |
|
|
_libraries_test_example_3 |
tests/example/example_3.php |
Dummy function to see if this file was loaded. |
|
|
_libraries_test_example_4 |
tests/example/example_4.php |
Dummy function to see if this file was loaded. |
|
|
_libraries_test_get_version |
tests/modules/libraries_test/libraries_test.module |
Gets the version information from an arbitrary library. |
|
1 |
_libraries_test_info_callback |
tests/modules/libraries_test/libraries_test.module |
Sets the 'info callback' key. |
|
2 |
_libraries_test_integration_file |
tests/modules/libraries_test/libraries_test.inc |
Dummy function to see if this file was loaded. |
|
|
_libraries_test_php_function |
tests/libraries/test_php_file_library/test_php_file_library.php |
A test function to be able to test whether this file was loaded or not. |
|
1 |
_libraries_test_post_detect_callback |
tests/modules/libraries_test/libraries_test.module |
Sets the 'post-detect callback' key. |
|
2 |
_libraries_test_post_load_callback |
tests/modules/libraries_test/libraries_test.module |
Sets the 'post-load callback' key. |
|
2 |
_libraries_test_pre_detect_callback |
tests/modules/libraries_test/libraries_test.module |
Sets the 'pre-detect callback' key. |
|
2 |
_libraries_test_pre_load_callback |
tests/modules/libraries_test/libraries_test.module |
Sets the 'pre-load callback' key. |
|
2 |
_libraries_test_return_installed |
tests/modules/libraries_test/libraries_test.module |
Detects the variant of an example library. |
|
1 |
_libraries_test_return_version |
tests/modules/libraries_test/libraries_test.module |
Gets the version of an example library. |
|
1 |