function ReactionRuleConfig::hasTags
Checks if there are tags associated with this config.
Return value
bool TRUE if the config has tags.
File
-
src/
Entity/ ReactionRuleConfig.php, line 225
Class
- ReactionRuleConfig
- Reaction rule configuration entity to persistently store configuration.
Namespace
Drupal\rules\EntityCode
public function hasTags() {
return !empty($this->tags);
}