public function EmailEventInterface::getEventName in Commerce Email 8
Gets the Symfony event name.
Return value
string The Symfony event name.
1 method overrides EmailEventInterface::getEventName()
- EmailEventBase::getEventName in src/
Plugin/ Commerce/ EmailEvent/ EmailEventBase.php - Gets the Symfony event name.
File
- src/
Plugin/ Commerce/ EmailEvent/ EmailEventInterface.php, line 27
Class
- EmailEventInterface
- Defines the interface for email events.
Namespace
Drupal\commerce_email\Plugin\Commerce\EmailEventCode
public function getEventName();