You are here

public function QueueServiceInterface::selectPageLimit in Purge 8.3

Retrieve or configure the number of items per data page.

Parameters

int $set_limit_to: When this argument is not NULL, it will change the known limit to the integer given. From this call and on, the limit returned has changed.

Return value

int The maximum number of items returned on a selected data page.

1 method overrides QueueServiceInterface::selectPageLimit()
QueueService::selectPageLimit in src/Plugin/Purge/Queue/QueueService.php
Retrieve or configure the number of items per data page.

File

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

Class

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

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function selectPageLimit($set_limit_to = NULL);