You are here

public function EntityQueueInterface::getQueueSettings in Entityqueue 8

Gets the queue settings.

Return value

array An array with the following keys:

  • min_size: The minimum number of items that this queue can hold.
  • max_size: The maximum number of items that this queue can hold.
  • act_as_queue: The behavior of exceeding the maximum number of queue items.
  • reverse: New items will be added to the top of the queue.
1 method overrides EntityQueueInterface::getQueueSettings()
EntityQueue::getQueueSettings in src/Entity/EntityQueue.php
Gets the queue settings.

File

src/EntityQueueInterface.php, line 123

Class

EntityQueueInterface
Provides an interface defining a EntityQueue entity.

Namespace

Drupal\entityqueue

Code

public function getQueueSettings();