You are here

protected property QueueBasePageTrait::$selectPageLimit in Purge 8.3

The configured limit of items on selected data pages.

Type: int

File

src/Plugin/Purge/Queue/QueueBasePageTrait.php, line 15

Class

QueueBasePageTrait
Adds default selectPage* method implementations to queue implementations.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

protected $selectPageLimit = 15;