1 views_test.module views_test_autoload_info()

Implements hook_autoload_info().

File

core/modules/views/tests/views_test/views_test.module, line 32
Helper module for Views tests.

Code

function views_test_autoload_info() {
  return array(
    'views_test_plugin_access_test_dynamic' => 'test_plugins/views_test_plugin_access_test_dynamic.inc',
    'views_test_plugin_access_test_static' => 'test_plugins/views_test_plugin_access_test_static.inc',
    'views_test_plugin_style_test_mapping' => 'test_plugins/views_test_plugin_style_test_mapping.inc',
  );
}