public function EmailInterface::getLabel in Easy Email 8
Same name and namespace in other branches
- 2.0.x modules/easy_email_override/src/Plugin/Email/EmailInterface.php \Drupal\easy_email_override\Plugin\Email\EmailInterface::getLabel()
Gets the translated label.
Return value
string The translated label.
1 method overrides EmailInterface::getLabel()
- Email::getLabel in modules/
easy_email_override/ src/ Plugin/ Email/ Email.php - Gets the translated label.
File
- modules/
easy_email_override/ src/ Plugin/ Email/ EmailInterface.php, line 20
Class
Namespace
Drupal\easy_email_override\Plugin\EmailCode
public function getLabel();