You are here

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

Is the PUID attribute binary?

Return value

bool Value.

1 method overrides ServerInterface::isUniquePersistentAttributeBinary()
Server::isUniquePersistentAttributeBinary in ldap_servers/src/Entity/Server.php
Is the PUID attribute binary?

File

ldap_servers/src/ServerInterface.php, line 272

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function isUniquePersistentAttributeBinary() : bool;