drupal_system_listing

Functions that call drupal_system_listing()

Namesort iconLocationDescription
drupal_find_theme_templatesincludes/theme.incFind overridden theme templates. Called by themes and/or theme engines to easily discover templates.
drupal_get_install_filesincludes/install.incGet list of all .install files.
drupal_system_listingincludes/common.incReturn an array of system file objects.
drupal_verify_profileincludes/install.incVerify a profile for installation.
module_rebuild_cacheincludes/module.incRebuild the database cache of module files.
_system_theme_datamodules/system/system.moduleHelper function to scan and collect theme .info data and their engines.

Functions called by drupal_system_listing()

Namesort iconLocationDescription
conf_pathincludes/bootstrap.incFind the appropriate configuration directory.
drupal_system_listingincludes/common.incReturn an array of system file objects.
file_scan_directoryincludes/file.incFinds all files that match a given mask in a given directory. Directories and files beginning with a period are excluded; this prevents hidden files and directories (such as SVN working directories) from being scanned.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.