You are here

public function EntityQueueInterface::isReversed in Entityqueue 8

Returns the behavior of adding new items to a queue.

By default, new items are added to the bottom of the queue. If the 'reverse' setting is set to TRUE, the new items will be added to the top of the queue instead.

Return value

bool

1 method overrides EntityQueueInterface::isReversed()
EntityQueue::isReversed in src/Entity/EntityQueue.php
Returns the behavior of adding new items to a queue.

File

src/EntityQueueInterface.php, line 97

Class

EntityQueueInterface
Provides an interface defining a EntityQueue entity.

Namespace

Drupal\entityqueue

Code

public function isReversed();