You are here

public function QueryController::getRawResults in Lightweight Directory Access Protocol (LDAP) 8.4

Same name and namespace in other branches
  1. 8.3 ldap_query/src/Controller/QueryController.php \Drupal\ldap_query\Controller\QueryController::getRawResults()

Return raw results.

Return value

\Symfony\Component\Ldap\Entry[] Raw results.

File

ldap_query/src/Controller/QueryController.php, line 163

Class

QueryController
Controller class for LDAP queries, in assistance to the entity itself.

Namespace

Drupal\ldap_query\Controller

Code

public function getRawResults() : array {
  return $this->results;
}