You are here

public function RuleInterface::getTriggerID in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/RuleInterface.php \Drupal\rng\Entity\RuleInterface::getTriggerID()

Gets the trigger ID for the rule.

Return value

string The trigger ID.

1 method overrides RuleInterface::getTriggerID()
Rule::getTriggerID in src/Entity/Rule.php
Gets the trigger ID for the rule.

File

src/Entity/RuleInterface.php, line 26

Class

RuleInterface
Provides an interface for event rule entities.

Namespace

Drupal\rng\Entity

Code

public function getTriggerID();