24 calls to file_scan_directory()

design_test_menu in drupal/core/modules/system/tests/modules/design_test/design_test.module
Implements hook_menu().
drupal_clear_css_cache in drupal/core/includes/common.inc
Deletes old cached CSS files.
drupal_clear_js_cache in drupal/core/includes/common.inc
Deletes old cached JavaScript files and variables.
drupal_find_theme_templates in drupal/core/includes/theme.inc
Allows themes and/or theme engines to easily discover overridden templates.
drupal_get_database_types in drupal/core/includes/install.inc
Returns all supported database installer objects that are compiled into PHP.
FileTranslation::findTranslationFiles in drupal/core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php
Finds installer translations either for a specific or all languages.
ImageAdminStylesTest::getImageCount in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Count the number of images currently create for a style.
ImageStyleFlushTest::getImageCount in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStyleFlushTest.php
Count the number of images currently created for a style in a wrapper.
locale_translate_get_interface_translation_files in drupal/core/modules/locale/locale.bulk.inc
Get interface translation files present in the translations directory.
locale_translation_source_check_file in drupal/core/modules/locale/locale.translation.inc
Checks whether a po file exists in the local filesystem.
locale_uninstall in drupal/core/modules/locale/locale.install
Implements hook_uninstall().
Module::canUpdateDirectory in drupal/core/lib/Drupal/Core/Updater/Module.php
Implements Drupal\Core\Updater\UpdaterInterface::canUpdateDirectory().
ScanDirectoryTest::testOptionCallback in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that the callback function is called correctly.
ScanDirectoryTest::testOptionKey in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that key parameter sets the return value's key.
ScanDirectoryTest::testOptionMinDepth in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that the min_depth options lets us ignore files in the starting directory.
ScanDirectoryTest::testOptionNoMask in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that the no-mask parameter is honored.
ScanDirectoryTest::testOptionRecurse in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that the recurse option decends into subdirectories.
ScanDirectoryTest::testReturn in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check the format of the returned values.
simpletest_test_get_all in drupal/core/modules/simpletest/simpletest.module
Get a list of all of the tests provided by the system.
Theme::canUpdateDirectory in drupal/core/lib/Drupal/Core/Updater/Theme.php
Implements Drupal\Core\Updater\UpdaterInterface::canUpdateDirectory().
Updater::findInfoFile in drupal/core/lib/Drupal/Core/Updater/Updater.php
Determines what the most important (or only) info file is in a directory.
update_clear_update_disk_cache in drupal/core/modules/update/update.module
Clears the temporary files and directories based on file age from disk.
update_verify_update_archive in drupal/core/modules/update/update.module
Implements hook_verify_update_archive().
WebTestBase::drupalGetTestFiles in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Get a list files that can be used in tests.