You are here

headerimage.views.inc in Header image 7

This file contains the views hooks for headerimage.

File

headerimage.views.inc
View 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

Namesort descending Description
headerimage_views_plugins @file This file contains the views hooks for headerimage.