public function QueryController::getFilter in Lightweight Directory Access Protocol (LDAP) 8.4
Same name and namespace in other branches
- 8.3 ldap_query/src/Controller/QueryController.php \Drupal\ldap_query\Controller\QueryController::getFilter()
Returns the filter.
Return value
string Set filter.
File
- ldap_query/
src/ Controller/ QueryController.php, line 99
Class
- QueryController
- Controller class for LDAP queries, in assistance to the entity itself.
Namespace
Drupal\ldap_query\ControllerCode
public function getFilter() : string {
return $this->query
->getFilter();
}