12 calls to drupal_get_filename() in Drupal 7
- BootstrapGetFilenameTestCase::testDrupalGetFilename in modules/
simpletest/ tests/ bootstrap.test - Test that drupal_get_filename() works correctly when the file is not found in the database.
- BootstrapGetFilenameWebTestCase::testDrupalGetFilename in modules/
simpletest/ tests/ bootstrap.test - Test that drupal_get_filename() works correctly with a full Drupal site.
- DrupalUnitTestCase::setUp in modules/
simpletest/ drupal_web_test_case.php - Sets up unit test environment.
- drupal_get_path in includes/
common.inc - Returns the path to a system item (module, theme, etc.).
- drupal_load in includes/
bootstrap.inc - Includes a file with the provided type and name.
- ModuleUpdater::isInstalled in modules/
system/ system.updater.inc - Checks if the project is installed.
- module_list in includes/
module.inc - Returns a list of currently active modules.
- simpletest_test_get_all in modules/
simpletest/ simpletest.module - Get a list of all of the tests provided by the system.
- system_list in includes/
module.inc - Builds a list of bootstrap modules and enabled modules and themes.
- system_test_drupal_get_filename in modules/
simpletest/ tests/ system_test.module - Page callback to run drupal_get_filename() on a particular module.
- system_test_schema in modules/
simpletest/ tests/ system_test.install - Implements hook_schema().
- ThemeUpdater::isInstalled in modules/
system/ system.updater.inc - Checks if the project is installed.