You are here

public function SimpleLdapServer::isReadOnly in Simple LDAP 8

Return value

boolean TRUE if the server is readonly.

File

src/SimpleLdapServer.php, line 296

Class

SimpleLdapServer

Namespace

Drupal\simple_ldap

Code

public function isReadOnly() {
  return $this->config
    ->get('readonly');
}