This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
forked from drupalprojects/entityqueue
-
Notifications
You must be signed in to change notification settings - Fork 0
Mirror of http://drupal.org/project/entityqueue provided by hubdrop.
nbcdotcom/entityqueue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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)
About
Mirror of http://drupal.org/project/entityqueue provided by hubdrop.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 96.0%
- JavaScript 2.9%
- CSS 1.1%