public function QueueInterface::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.
File
- src/
Plugin/ Purge/ Queue/ QueueInterface.php, line 116
Class
- QueueInterface
- Describes a ReliableQueueInterface compliant queue that can hold queue items.
Namespace
Drupal\purge\Plugin\Purge\QueueCode
public function selectPageLimit($set_limit_to = NULL);