Entityqueue Generate

Categories

Component ID

2351855

Component name

Entityqueue Generate

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

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