Issue #2058157 by kiamlaluno: Fix example in docs for SystemListing

8.0.x
Jennifer Hodgdon 2013-08-13 07:46:40 -07:00
parent 05d5168a5c
commit 5028880dfc
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class SystemListing {
* instance, if you are looking for modules and call:
* @code
* $scanner = new SystemListing();
* $all_profiles = $profiles_scanner->scan('/^' . DRUPAL_PHP_FUNCTION_PATTERN . '\.profile$/', 'profiles');
* $all_modules = $scanner->scan('/^' . DRUPAL_PHP_FUNCTION_PATTERN . '\.module$/', 'modules');
* @endcode
* this function will search:
* - the core modules directory; i.e., /core/modules