You are here

public function ProcessorsServiceInterface::get in Purge 8.3

Get the requested processor instance.

Parameters

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

Return value

\Drupal\purge\Plugin\Purge\Processor\ProcessorInterface|false The processor plugin or FALSE when it isn't available.

1 method overrides ProcessorsServiceInterface::get()
ProcessorsService::get in src/Plugin/Purge/Processor/ProcessorsService.php
Get the requested processor instance.

File

src/Plugin/Purge/Processor/ProcessorsServiceInterface.php, line 22

Class

ProcessorsServiceInterface
Describes a service that provides access to loaded processors.

Namespace

Drupal\purge\Plugin\Purge\Processor

Code

public function get($plugin_id);