You are here

function yamaps_example_feature_views_api in Yandex.Maps 7

Implements hook_views_api().

File

modules/yamaps_example_feature/yamaps_example_feature.features.inc, line 20
Exports generic Drupal hooks.

Code

function yamaps_example_feature_views_api($module = NULL, $api = NULL) {
  return [
    "api" => "3.0",
  ];
}