public function QueryController::getFilter in Lightweight Directory Access Protocol (LDAP) 8.3
Same name and namespace in other branches
- 8.4 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 31
Class
- QueryController
- Controller class for LDAP queries, in assistance to the entity itself.
Namespace
Drupal\ldap_query\ControllerCode
public function getFilter() {
return $this->query
->get('filter');
}