You are here

private constant LdapQuery::LDAP_FILTER_OPERATORS in Lightweight Directory Access Protocol (LDAP) 8.4

Same name and namespace in other branches
  1. 8.3 ldap_query/src/Plugin/views/query/LdapQuery.php \Drupal\ldap_query\Plugin\views\query\LdapQuery::LDAP_FILTER_OPERATORS

Maps SQL operators to LDAP operators.

File

ldap_query/src/Plugin/views/query/LdapQuery.php, line 44

Class

LdapQuery
Views query plugin for an SQL query.

Namespace

Drupal\ldap_query\Plugin\views\query

Code

private const LDAP_FILTER_OPERATORS = [
  'AND' => '&',
  'OR' => '|',
];