You are here

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

Return value

\Drupal\prod_check\Plugin\ProdCheckInterface

Overrides LazyPluginCollection::get

File

src/CheckPluginCollection.php, line 17

Class

CheckPluginCollection
Provides a container for lazily loading prod check plugins.

Namespace

Drupal\prod_check

Code

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