You are here

function embed_views_api_version in Embed Views Display 6

Same name and namespace in other branches
  1. 7 embed_views.module \embed_views_api_version()

Advertise the current views api version

File

./embed_views.module, line 10
Integration with the views module to create the new embed views display.

Code

function embed_views_api_version() {
  return 2.0;
}