public function ProdCheckConfigInterface::getPlugin in Production check & Production monitor 8
Returns the operation plugin.
Return value
\Drupal\prod_check\Plugin\ProdCheckInterface
1 method overrides ProdCheckConfigInterface::getPlugin()
- ProdCheck::getPlugin in src/
Entity/ ProdCheck.php - Returns the operation plugin.
File
- src/
Entity/ ProdCheckConfigInterface.php, line 24
Class
- ProdCheckConfigInterface
- Provides an interface defining a prod check entity.
Namespace
Drupal\prod_check\EntityCode
public function getPlugin();