function _theme_test_load_registry
Fake registry loading callback.
1 string reference to '_theme_test_load_registry'
- theme_test_exit in drupal-7.x/
modules/ simpletest/ tests/ theme_test.module - Implements hook_exit().
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ theme_test.module, line 91
Código
function _theme_test_load_registry() {
return array();
}