20 calls to file_scan_directory() in Zircon Profile 8
- CssCollectionOptimizer::deleteAll in core/
lib/ Drupal/ Core/ Asset/ CssCollectionOptimizer.php - Deletes all optimized asset collections assets.
- drupal_find_theme_templates in core/
includes/ theme.inc - Allows themes and/or theme engines to easily discover overridden templates.
- drupal_get_database_types in core/
includes/ install.inc - Returns all supported database driver installer objects.
- FileTranslation::findTranslationFiles in core/
lib/ Drupal/ Core/ StringTranslation/ Translator/ FileTranslation.php - Finds installer translations either for a specific or all languages.
- ImageAdminStylesTest::getImageCount in core/
modules/ image/ src/ Tests/ ImageAdminStylesTest.php - Count the number of images currently create for a style.
- ImageStyleFlushTest::getImageCount in core/
modules/ image/ src/ Tests/ ImageStyleFlushTest.php - Count the number of images currently created for a style in a wrapper.
- JsCollectionOptimizer::deleteAll in core/
lib/ Drupal/ Core/ Asset/ JsCollectionOptimizer.php - Deletes all optimized asset collections assets.
- locale_translate_get_interface_translation_files in core/
modules/ locale/ locale.bulk.inc - Get interface translation files present in the translations directory.
- locale_translation_source_check_file in core/
modules/ locale/ locale.translation.inc - Checks whether a po file exists in the local filesystem.
- locale_uninstall in core/
modules/ locale/ locale.install - Implements hook_uninstall().
- ScanDirectoryTest::testOptionCallback in core/
modules/ system/ src/ Tests/ File/ ScanDirectoryTest.php - Check that the callback function is called correctly.
- ScanDirectoryTest::testOptionKey in core/
modules/ system/ src/ Tests/ File/ ScanDirectoryTest.php - Check that key parameter sets the return value's key.
- ScanDirectoryTest::testOptionMinDepth in core/
modules/ system/ src/ Tests/ File/ ScanDirectoryTest.php - Check that the min_depth options lets us ignore files in the starting directory.
- ScanDirectoryTest::testOptionNoMask in core/
modules/ system/ src/ Tests/ File/ ScanDirectoryTest.php - Check that the no-mask parameter is honored.
- ScanDirectoryTest::testOptionRecurse in core/
modules/ system/ src/ Tests/ File/ ScanDirectoryTest.php - Check that the recurse option descends into subdirectories.
- ScanDirectoryTest::testReturn in core/
modules/ system/ src/ Tests/ File/ ScanDirectoryTest.php - Check the format of the returned values.
- Updater::findInfoFile in 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 core/
modules/ update/ update.module - Clears the temporary files and directories based on file age from disk.
- update_verify_update_archive in core/
modules/ update/ update.module - Implements hook_verify_update_archive().
- WebTestBase::drupalGetTestFiles in core/
modules/ simpletest/ src/ WebTestBase.php - Gets a list of files that can be used in tests.