Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.The Entityqueue module allows users to create queues of any entity type. Each queue is implemented as an Entity Reference field, that can hold a single entity type.
For instance, you can create a queue of:
- Nodes
- Users
- Taxonomy Terms
- etc.
Entityqueue provides Views integration, by adding an Entityqueue relationship to
your view, and adding a sort for Entityqueue position.
Entityqueue API
Entityqueue uses 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.
In the 7.x version, entity queues are also exportable using ctools exportables.
Dependencies for the 7.x version
- Drupal 7.12 or newer
- Entity API
- Entity reference
- Chaos tool suite (ctools)
The 8.x version does not have any external module dependencies.
Project information
- Module categories: Content, Content Display, Utility, Views
29,218 sites report using this module
- Created by amateescu on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
Development version: 8.x-1.x-dev updated 23 Jan 2023 at 11:37 UTC
- Testing result: PHP 8.1 & MySQL 5.7, D9.5 4 pass all results
Development version: 7.x-1.x-dev updated 23 Feb 2021 at 10:14 UTC











