You are here

public function BusinessRulesItemPluginBase::getDescription in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/BusinessRulesItemPluginBase.php \Drupal\business_rules\Plugin\BusinessRulesItemPluginBase::getDescription()

Provide a description of the item.

Return value

string A string description of the item.

Overrides BusinessRulesItemPluginInterface::getDescription

File

src/Plugin/BusinessRulesItemPluginBase.php, line 53

Class

BusinessRulesItemPluginBase
Base Class for Business rules plugins.

Namespace

Drupal\business_rules\Plugin

Code

public function getDescription() {
  return $this->pluginDefinition['description'];
}