You are here

function headerimage_views_plugins in Header image 7

@file This file contains the views hooks for headerimage.

File

./headerimage.views.inc, line 8
This file contains the views hooks for headerimage.

Code

function headerimage_views_plugins() {
  return array(
    'argument default' => array(
      'headerimage' => array(
        'title' => 'Header image node',
        'handler' => 'views_plugin_argument_default_headerimage',
      ),
    ),
  );
}