You are here

node_gallery.inc in Node Gallery 7

File

plugins/entityreference/selection/node_gallery.inc
View source
<?php

/**
 * @file
 * Node Gallery EntityReference selection plugin.
 */
$plugin = array(
  'title' => t('Node Gallery'),
  'class' => 'NodeGallerySelectionHandler',
);