You are here

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

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

Return raw results.

Return value

array Raw results.

File

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

Class

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

Namespace

Drupal\ldap_query\Controller

Code

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