protected function SimpleLdapServer::setPageSize in Simple LDAP 8
Set the pagesize from the config settings.
1 call to SimpleLdapServer::setPageSize()
- SimpleLdapServer::getPageSize in src/
SimpleLdapServer.php - If the LDAP server supports paged queries, set the pagesize for future queries.
File
- src/
SimpleLdapServer.php, line 186
Class
Namespace
Drupal\simple_ldapCode
protected function setPageSize() {
$this->pagesize = $this->config
->get('pagesize');
}