function ReactionRuleConfig::getTags
Returns the tags associated with this config.
Return value
string[] The numerically indexed array of tag names.
File
-
src/
Entity/ ReactionRuleConfig.php, line 235
Class
- ReactionRuleConfig
- Reaction rule configuration entity to persistently store configuration.
Namespace
Drupal\rules\EntityCode
public function getTags() {
return $this->tags;
}