public function LdapAttribute::operator in Lightweight Directory Access Protocol (LDAP) 8.4
Same name and namespace in other branches
- 8.3 ldap_query/src/Plugin/views/filter/LdapAttribute.php \Drupal\ldap_query\Plugin\views\filter\LdapAttribute::operator()
Overrides StringFilter::operator
1 call to LdapAttribute::operator()
- LdapAttribute::opEqual in ldap_query/
src/ Plugin/ views/ filter/ LdapAttribute.php
File
- ldap_query/
src/ Plugin/ views/ filter/ LdapAttribute.php, line 21
Class
- LdapAttribute
- LDAP Attribute Views Filter.
Namespace
Drupal\ldap_query\Plugin\views\filterCode
public function operator() : string {
return $this->operator === '=' ? '=' : '!=';
}