You are here

public function Server::hasAccountNameAttribute in Lightweight Directory Access Protocol (LDAP) 8.4

Account name attribute set.

Return value

bool Has attribute.

Overrides ServerInterface::hasAccountNameAttribute

File

ldap_servers/src/Entity/Server.php, line 462

Class

Server
Defines the Server entity.

Namespace

Drupal\ldap_servers\Entity

Code

public function hasAccountNameAttribute() : bool {
  return !empty($this->account_name_attr);
}