You are here

function custom_breadcrumbs_features_test_views_api in Custom Breadcrumbs Features 7.2

Implements hook_views_api().

File

tests/custom_breadcrumbs_features_test/custom_breadcrumbs_features_test.features.inc, line 19
custom_breadcrumbs_features_test.features.inc

Code

function custom_breadcrumbs_features_test_views_api($module = NULL, $api = NULL) {
  return array(
    "api" => "3.0",
  );
}