public function EventInterface::getMachineName in Event 8
Gets the Event machine name.
Return value
string Name of the Event.
1 method overrides EventInterface::getMachineName()
- Event::getMachineName in src/
Entity/ Event.php - Gets the Event machine name.
File
- src/
Entity/ EventInterface.php, line 43
Class
- EventInterface
- Provides an interface for defining Event entities.
Namespace
Drupal\event\EntityCode
public function getMachineName();