You are here

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

Returns the formatted label of the bind method.

Return value

string The formatted text for the current bind.

1 method overrides ServerInterface::getFormattedBind()
Server::getFormattedBind in ldap_servers/src/Entity/Server.php
Returns the formatted label of the bind method.

File

ldap_servers/src/ServerInterface.php, line 22

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function getFormattedBind() : TranslatableMarkup;