You are here

public function QueuersService::count in Purge 8.3

File

src/Plugin/Purge/Queuer/QueuersService.php, line 43

Class

QueuersService
Provides a service that provides access to loaded queuers.

Namespace

Drupal\purge\Plugin\Purge\Queuer

Code

public function count() {
  $this
    ->initializePluginInstances();
  return count($this->instances);
}