You are here

README.txt in Entityqueue 7

Same filename and directory in other branches
  1. 8 README.txt
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)

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * About Entityqueue
  4. * Entityqueue API
  5. * Dependencies
  6. * Configuration and features
  7. ABOUT ENTITYQUEUE
  8. -----------------
  9. The Entityqueue module allows users to create queues of any entity type. Each
  10. queue is implemented as an Entityreference field, that can hold a single entity
  11. type. For instance you can create a queue of:
  12. * Nodes
  13. * Users
  14. * Taxonomy Terms
  15. Entityqueue provides Views integration, by adding an Entityqueue relationship to
  16. your view, and adding a sort for Entityqueue position.
  17. ENTITYQUEUE API
  18. ---------------
  19. Entityqueue uses ctools plugin handlers for each queue. When creating a queue,
  20. the user selects the handler to use for that queue. Entityqueue provides two
  21. handlers by default, the "Simple queue" and "Multiple subqueues" handlers. Other
  22. modules can provide their own handlers to alter the queue behavior.
  23. Entityqueues are also exportable using ctools exportables.
  24. DEPENDENCIES
  25. ------------
  26. * Drupal 7.12 or newer
  27. * Entity API
  28. * Entity reference
  29. * Chaos tool suite (ctools)