function ctools_plugin_test_ctools_plugin_test_big_hook_not_cached

Plugin callback.

See also

ctools_plugin_test_ctools_plugin_type()

File

tests/ctools_plugin_test.module, line 77

Code

function ctools_plugin_test_ctools_plugin_test_big_hook_not_cached() {
    return array(
        'test1' => array(
            'function' => 'ctools_plugin_test_hook_not_cached_test',
            'class' => 'class1',
        ),
    );
}