file_scan_directory

Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_scan_directory()

Namesort iconLocationDescription
drupal_clear_css_cachedrupal/includes/common.incDelete all cached CSS files.
drupal_clear_js_cachedrupal/includes/common.incDelete all cached JS files.
drupal_detect_database_typesdrupal/includes/install.incDetect all supported databases that are compiled into PHP.
drupal_get_install_filesdrupal/includes/install.incGet list of all .install files.
drupal_system_listingdrupal/includes/common.incReturn an array of system file objects.
file_scan_directorydrupal/includes/file.incFinds all files that match a given mask in a given directory.
image_get_available_toolkitsdrupal/includes/image.incReturn a list of available toolkits.
install_find_localesdrupal/install.phpFind all .po files for the current profile.
install_find_profilesdrupal/install.phpFind all .profile files.
install_select_localedrupal/install.phpAllow admin to select which locale to use for the current profile.
install_select_profiledrupal/install.phpAllow admin to select which profile to install.
locale_batch_by_componentdrupal/includes/locale.incPrepare a batch to run when installing modules or enabling themes. This batch will import translations for the newly added components in all the languages already set up on the site.
locale_batch_by_languagedrupal/includes/locale.incPrepare a batch to import translations for all enabled modules in a given language.
simpletest_get_all_testsdrupal/modules/simpletest/simpletest.moduleGet a list of all of the tests.
system_theme_datadrupal/modules/system/system.moduleCollect data about all currently available themes.
_registry_rebuilddrupal/includes/registry.inc@see registry_rebuild.

Functions called by file_scan_directory()

Namesort iconLocationDescription
file_scan_directorydrupal/includes/file.incFinds all files that match a given mask in a given directory.