You are here

public function ProcessorPluginCollection::get in Production check & Production monitor 8

Return value

\Drupal\prod_check\Plugin\ProdCheckProcessorInterface

Overrides LazyPluginCollection::get

File

src/ProcessorPluginCollection.php, line 17

Class

ProcessorPluginCollection
Provides a container for lazily loading Processor plugins.

Namespace

Drupal\prod_check

Code

public function &get($instance_id) {
  return parent::get($instance_id);
}