Version 1
[yaffs-website] / web / modules / contrib / entityqueue / plugins / entityreference / selection / entityqueue.inc
diff --git a/web/modules/contrib/entityqueue/plugins/entityreference/selection/entityqueue.inc b/web/modules/contrib/entityqueue/plugins/entityreference/selection/entityqueue.inc
new file mode 100644 (file)
index 0000000..c43b6e1
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * @file
+ * Ctools plugin that provides a special Entity reference selection for
+ * Entityqueue.
+ */
+
+$plugin = array(
+  'title' => t('Entityqueue'),
+  'class' => 'EntityReference_SelectionHandler_EntityQueue',
+  'weight' => 0,
+);