You are here

public function QueuersServiceInterface::get in Purge 8.3

Get the requested queuer instance.

Parameters

string $plugin_id: The plugin ID of the queuer you want to retrieve.

Return value

\Drupal\purge\Plugin\Purge\Queuer\QueuerInterface|false The queue plugin or FALSE when it isn't available.

1 method overrides QueuersServiceInterface::get()
QueuersService::get in src/Plugin/Purge/Queuer/QueuersService.php
Get the requested queuer instance.

File

src/Plugin/Purge/Queuer/QueuersServiceInterface.php, line 22

Class

QueuersServiceInterface
Describes a service that provides access to loaded queuers.

Namespace

Drupal\purge\Plugin\Purge\Queuer

Code

public function get($plugin_id);