Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
file.inc
»
file_scan_directory
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
23 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
Allow 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.
ImageAdminStylesTest::getImageCount
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageAdminStylesTest.php
Count the number of images currently create for a style.
install_find_translation_files
in drupal/
core/
includes/
install.core.inc
Finds installer translations either for a specific langcode or all languages.
locale_translate_get_interface_translation_files
in drupal/
core/
modules/
locale/
locale.bulk.inc
Get an array of available interface translation file.
locale_translation_source_check_file
in drupal/
core/
modules/
locale/
locale.compare.inc
Check 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.