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