function ctools_registry_files_alter
Implements hook_registry_files_alter().
Alter the registry of files to automagically include all classes in class-based plugins.
File
-
./
ctools.module, line 728
Code
function ctools_registry_files_alter(&$files, $indexed_modules) {
ctools_include('registry');
return _ctools_registry_files_alter($files, $indexed_modules);
}