function NotificationHandler::getReplyToAddress
Same name and namespace in other branches
- 11.x core/modules/user/src/NotificationHandler.php \Drupal\user\NotificationHandler::getReplyToAddress()
Returns the email address used in the reply-to field.
Return value
non-empty-string|null Email address used in the reply-to field.
File
-
core/
modules/ user/ src/ NotificationHandler.php, line 189
Class
- NotificationHandler
- Implements a service to dispatch user notification messages.
Namespace
Drupal\userCode
protected function getReplyToAddress() : ?string {
return $this->getAdminAddress();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.