drupal_system_listing
Functions that call drupal_system_listing()
| Name | Location | Description |
|---|---|---|
| drupal_find_theme_templates | includes/theme.inc | Find overridden theme templates. Called by themes and/or theme engines to easily discover templates. |
| drupal_get_install_files | includes/install.inc | Get list of all .install files. |
| drupal_system_listing | includes/common.inc | Return an array of system file objects. |
| drupal_verify_profile | includes/install.inc | Verify a profile for installation. |
| module_rebuild_cache | includes/module.inc | Rebuild the database cache of module files. |
| _system_theme_data | modules/system/system.module | Helper function to scan and collect theme .info data and their engines. |
Functions called by drupal_system_listing()
| Name | Location | Description |
|---|---|---|
| conf_path | includes/bootstrap.inc | Find the appropriate configuration directory. |
| drupal_system_listing | includes/common.inc | Return an array of system file objects. |
| file_scan_directory | includes/file.inc | Finds 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_get | includes/bootstrap.inc | Return a persistent variable. |
