public function Server::getMailTemplate in Lightweight Directory Access Protocol (LDAP) 8.4
Get mail template.
Return value
string Value.
Overrides ServerInterface::getMailTemplate
1 call to Server::getMailTemplate()
- Server::deriveEmailFromLdapResponse in ldap_servers/
src/ Entity/ Server.php - Returns the user's email from the LDAP entry.
File
- ldap_servers/
src/ Entity/ Server.php, line 581
Class
- Server
- Defines the Server entity.
Namespace
Drupal\ldap_servers\EntityCode
public function getMailTemplate() : ?string {
return $this->mail_template;
}