You are here

public function EventTypeRule::getMachineName in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/EventTypeRule.php \Drupal\rng\Entity\EventTypeRule::getMachineName()
  2. 8 src/Entity/EventTypeRule.php \Drupal\rng\Entity\EventTypeRule::getMachineName()

Get the unique machine name for the event type rule.

Return value

string

Overrides EventTypeRuleInterface::getMachineName

File

src/Entity/EventTypeRule.php, line 85

Class

EventTypeRule
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

public function getMachineName() {
  return $this->machine_name;
}