Return to Snippet

Revision: 16133
at July 27, 2009 14:26 by jonathanpglick


Initial Code
function {module_name}_views_api() {
	return array('api' => 2.0);
}

Initial URL


Initial Description
This will trigger views to load the views in the file {module\_name}.views\_default.inc

Initial Title
Views API module declaration

Initial Tags
drupal

Initial Language
PHP