public function EventTypeRuleInterface::getMachineName in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/EventTypeRuleInterface.php \Drupal\rng\Entity\EventTypeRuleInterface::getMachineName()
Get the unique machine name for the event type rule.
Return value
string
1 method overrides EventTypeRuleInterface::getMachineName()
- EventTypeRule::getMachineName in src/
Entity/ EventTypeRule.php - Get the unique machine name for the event type rule.
File
- src/
Entity/ EventTypeRuleInterface.php, line 31
Class
Namespace
Drupal\rng\EntityCode
public function getMachineName();