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