public function ProdCheck::getCategory in Production check & Production monitor 8
Fetches the category of the plugin
File
- src/
Entity/ ProdCheck.php, line 133
Class
- ProdCheck
- Defines the configured prod check entity.
Namespace
Drupal\prod_check\EntityCode
public function getCategory() {
return $this
->getPlugin()
->category();
}