You are here

public function ProdCheck::getPluginDefinition in Production check & Production monitor 8

File

src/Entity/ProdCheck.php, line 119

Class

ProdCheck
Defines the configured prod check entity.

Namespace

Drupal\prod_check\Entity

Code

public function getPluginDefinition() {
  return $this
    ->getPlugin()
    ->getPluginDefinition();
}