Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

nbcdotcom/entityqueue

This branch is 10 commits ahead of, 102 commits behind drupalprojects/entityqueue:8.x-1.x.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
David Barratt
May 6, 2015
3c3d149 · May 6, 2015

History

85 Commits
May 6, 2015
May 6, 2015
May 6, 2015
Nov 2, 2014
Dec 4, 2013
May 6, 2015
Sep 29, 2014
May 6, 2015
Jul 12, 2014
May 6, 2015

Repository files navigation

CONTENTS OF THIS FILE
---------------------

 * About Entityqueue
 * Entityqueue API
 * Dependencies
 * Configuration and features

ABOUT ENTITYQUEUE
-----------------

The Entityqueue module allows users to create queues of any entity type. Each
queue is implemented as an Entityreference field, that can hold a single entity
type. For instance you can create a queue of:

 * Nodes
 * Users
 * Taxonomy Terms

Entityqueue provides Views integration, by adding an Entityqueue relationship to
your view, and adding a sort for Entityqueue position.

ENTITYQUEUE API
---------------

Entityqueue uses ctools plugin handlers for each queue. When creating a queue,
the user selects the handler to use for that queue. Entityqueue provides two
handlers by default, the "Simple queue" and "Multiple subqueues" handlers. Other
modules can provide their own handlers to alter the queue behavior.

Entityqueues are also exportable using ctools exportables.

DEPENDENCIES
------------

 * Drupal 7.12 or newer
 * Entity API
 * Entity reference
 * Chaos tool suite (ctools)

Packages

No packages published

Languages

  • PHP 96.0%
  • JavaScript 2.9%
  • CSS 1.1%