public function ProdCheckConfigInterface::isConfigurable in Production check & Production monitor 8
Returns whether or not this processor is configurable.
Return value
bool
1 method overrides ProdCheckConfigInterface::isConfigurable()
- ProdCheck::isConfigurable in src/
Entity/ ProdCheck.php - Returns whether or not this processor is configurable.
File
- src/
Entity/ ProdCheckConfigInterface.php, line 17
Class
- ProdCheckConfigInterface
- Provides an interface defining a prod check entity.
Namespace
Drupal\prod_check\EntityCode
public function isConfigurable();