You are here

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

Load Query.

Parameters

string $id: ID.

File

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

Class

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

Namespace

Drupal\ldap_query\Controller

Code

public function load(string $id) : void {
  $this->qid = $id;
  $this->query = $this->storage
    ->load($this->qid);
}