You are here

public function RulesComponentConfig::getTags in Rules 8.3

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\Entity

Code

public function getTags() {
  return $this->tags;
}