You are here

linkit_views.inc in Linkit views 7.2

File

plugins/linkit_plugins/linkit_views.inc
View source
<?php

/**
 * @file
 * Linkit views plugin.
 */
$plugin = array(
  'ui_title' => t("Views"),
  'ui_description' => t('Extend Linkit with views support.'),
  'handler' => array(
    'class' => 'LinkitViewsPlugin',
    'file' => 'linkit_views.class.php',
  ),
);