public function BusinessRulesItemPluginInterface::getDescription in Business Rules 8
Same name and namespace in other branches
- 2.x src/Plugin/BusinessRulesItemPluginInterface.php \Drupal\business_rules\Plugin\BusinessRulesItemPluginInterface::getDescription()
Provide a description of the item.
Return value
string A string description of the item.
1 method overrides BusinessRulesItemPluginInterface::getDescription()
- BusinessRulesItemPluginBase::getDescription in src/
Plugin/ BusinessRulesItemPluginBase.php - Provide a description of the item.
File
- src/
Plugin/ BusinessRulesItemPluginInterface.php, line 38
Class
- BusinessRulesItemPluginInterface
- Interface BusinessRulesItemInterface.
Namespace
Drupal\business_rules\PluginCode
public function getDescription();