You are here

public function QueueServiceInterface::numberOfItems in Purge 8.3

Retrieves the number of items in the queue.

Return value

int The number of items in the queue.

1 method overrides QueueServiceInterface::numberOfItems()
QueueService::numberOfItems in src/Plugin/Purge/Queue/QueueService.php
Retrieves the number of items in the queue.

File

src/Plugin/Purge/Queue/QueueServiceInterface.php, line 100

Class

QueueServiceInterface
Describes a service that lets invalidations interact with a queue backend.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function numberOfItems();