Entityqueue Generate
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
This small module is created to populate entity queues (created with Entityqueue module) with entities. It could be very helpful on site development process, working on team. Entityqueue Generate modules works in the same way how Nodequeue Generate module works.
The module respects settings of entity queue (entity type, entity bundles, max amount of items in a queue).
Instruction
Download and enable the module, go to admin/structure/entityqueue/generate, select entity queue(s) you want populate content for (or empty), choose operation (Populate/Empty) and press Submit button.
Also the module has drush integration. You can populate queues with a content using following commands:
To populate one or more specified queues:
drush entityqueue-generate queue_name
or
drush eqg queue_name
To populate all queues:
drush entityqueue-generate-all
or
drush eqga
To empty specified queue(s):
drush entityqueue-generate-empty queue_name
or
drush eqe queue_name
To empty all queues:
drush entityqueue-generate-empty-all
or
drush eqea
To list available queues:
drush entityqueue-generate-list
or
drush eql
