You are here

Files in Libraries API 7.3

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt Libraries 7.x-3.x, xxxx-xx-xx ----------------------------- #1938638 by tstoeckler: Remove unneeded check. Libraries 7.x-2.x, xxxx-xx-xx ----------------------------- #2352251 by netw3rker: Fix incorrect hook name in libraries.api.php. #2352237 by…
example_1.css tests/libraries/example/example_1.css Test CSS file for Libraries loading.
example_1.php tests/libraries/example/example_1.php Test PHP file for Libraries loading.
example_2.css tests/libraries/example/example_2.css Test CSS file for Libraries loading.
example_2.php tests/libraries/example/example_2.php Test PHP file for Libraries loading.
example_3.css tests/libraries/example/example_3.css Test CSS file for Libraries loading.
example_3.php tests/libraries/example/example_3.php Test PHP file for Libraries loading.
example_4.css tests/libraries/example/example_4.css Test CSS file for Libraries loading.
example_4.php tests/libraries/example/example_4.php Test PHP file for Libraries loading.
example_info_file.libraries.info tests/libraries/example_info_file.libraries.info ; This is an example info file of a library used for testing purposes. name = Example info file
libraries.api.php libraries.api.php Documents API functions for Libraries module.
libraries.drush.inc libraries.drush.inc Drush integration for Libraries API.
libraries.info libraries.info name = Libraries description = Allows version-dependent and shared usage of external libraries. core = 7.x ; We use hook_system_theme_info() which was added in Drupal 7.11 dependencies[] = system (>=7.11) files[] = tests/libraries.test
libraries.install libraries.install Install, uninstall, and update functions for libraries.module.
libraries.module libraries.module External library handling for Drupal modules.
libraries.test tests/libraries.test Tests for Libraries API.
libraries_test_module.css tests/modules/libraries_test_module/libraries_test_module.css Test CSS file for Libraries loading.
libraries_test_module.inc tests/modules/libraries_test_module/libraries_test_module.inc Test PHP file for Libraries loading.
libraries_test_module.info tests/modules/libraries_test_module/libraries_test_module.info name = Libraries test module description = Tests library detection and loading. core = 7.x package = Testing dependencies[] = libraries hidden = TRUE
libraries_test_module.module tests/modules/libraries_test_module/libraries_test_module.module Tests the library detection and loading.
libraries_test_theme.css tests/themes/libraries_test_theme/libraries_test_theme.css Test CSS file for Libraries loading.
libraries_test_theme.inc tests/themes/libraries_test_theme/libraries_test_theme.inc Test PHP file for Libraries loading.
libraries_test_theme.info tests/themes/libraries_test_theme/libraries_test_theme.info name = Libraries test theme description = Tests that themes can provide and alter library information. core = 7.x hidden = TRUE
README.txt README.txt -- SUMMARY -- Libraries API provides external library handling for Drupal modules. For a full description visit the project page: http://drupal.org/project/libraries Bug reports, feature suggestions and latest developments: …
README.txt tests/libraries/example/README.txt Example library Version 1 This file is an example file to test version detection. The various other files in this directory are to test the loading of JavaScript, CSS and PHP files. - JavaScript: The filenames of the JavaScript files are asserted…
template.php tests/themes/libraries_test_theme/template.php Libraries test theme.

Other projects