You are here

public function RulesComponentConfig::getDescription in Rules 8.3

Returns the description.

File

src/Entity/RulesComponentConfig.php, line 239

Class

RulesComponentConfig
Rules component configuration entity to persistently store configuration.

Namespace

Drupal\rules\Entity

Code

public function getDescription() {
  return $this->description;
}