Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / entityqueue / plugins / entityreference / selection / entityqueue.inc
1 <?php
2
3 /**
4  * @file
5  * Ctools plugin that provides a special Entity reference selection for
6  * Entityqueue.
7  */
8
9 $plugin = array(
10   'title' => t('Entityqueue'),
11   'class' => 'EntityReference_SelectionHandler_EntityQueue',
12   'weight' => 0,
13 );