You are here

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

Get the PUID attribute.

Return value

string Value.

1 method overrides ServerInterface::getUniquePersistentAttribute()
Server::getUniquePersistentAttribute in ldap_servers/src/Entity/Server.php
Get the PUID attribute.

File

ldap_servers/src/ServerInterface.php, line 280

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function getUniquePersistentAttribute() : ?string;