function features_test_views_api in Features 7
Same name and namespace in other branches
- 6 tests/features_test.features.inc \features_test_views_api()
- 7.2 tests/features_test/features_test.features.inc \features_test_views_api()
Implements hook_views_api().
File
- tests/
features_test.features.inc, line 20 - features_test.features.inc
Code
function features_test_views_api() {
return array(
"version" => "3.0",
);
}