function features_test_views_api in Features 6
Same name and namespace in other branches
- 7.2 tests/features_test/features_test.features.inc \features_test_views_api()
- 7 tests/features_test.features.inc \features_test_views_api()
Implementation of hook_views_api().
File
- tests/
features_test.features.inc, line 50
Code
function features_test_views_api() {
return array(
'api' => '2',
);
}