headerimage.views.inc in Header image 7
This file contains the views hooks for headerimage.
File
headerimage.views.incView source
<?php
/**
* @file
* This file contains the views hooks for headerimage.
*/
function headerimage_views_plugins() {
return array(
'argument default' => array(
'headerimage' => array(
'title' => 'Header image node',
'handler' => 'views_plugin_argument_default_headerimage',
),
),
);
}
Functions
Name | Description |
---|---|
headerimage_views_plugins | @file This file contains the views hooks for headerimage. |