function _theme_test_load_registry

Fake registry loading callback.

1 string reference to '_theme_test_load_registry'
theme_test_exit in modules/simpletest/tests/theme_test.module
Implements hook_exit().

File

modules/simpletest/tests/theme_test.module, line 111

Code

function _theme_test_load_registry() {
    return array();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.