node_gallery.inc in Node Gallery 7
File
plugins/entityreference/selection/node_gallery.incView source
<?php
/**
* @file
* Node Gallery EntityReference selection plugin.
*/
$plugin = array(
'title' => t('Node Gallery'),
'class' => 'NodeGallerySelectionHandler',
);