You are here

public function ServerInterface::getMailTemplate in Lightweight Directory Access Protocol (LDAP) 8.4

Get mail template.

Return value

string Value.

1 method overrides ServerInterface::getMailTemplate()
Server::getMailTemplate in ldap_servers/src/Entity/Server.php
Get mail template.

File

ldap_servers/src/ServerInterface.php, line 216

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function getMailTemplate() : ?string;