You are here

property ldap_views_handler_filter::$always_multiple in Lightweight Directory Access Protocol (LDAP) 7

Same name and namespace in other branches
  1. 8.2 ldap_views/handlers/ldap_views_handler_filter.inc \ldap_views_handler_filter::always_multiple
  2. 7.2 ldap_views/handlers/ldap_views_handler_filter.inc \ldap_views_handler_filter::always_multiple

Disable the possibility to force a single value.

Type: bool

Overrides views_handler_filter::$always_multiple

File

ldap_views/handlers/ldap_views_handler_filter.inc, line 10
Basic textfield filter to handle string filtering commands including equality, contains, not contains, etc.

Class

ldap_views_handler_filter
@file Basic textfield filter to handle string filtering commands including equality, contains, not contains, etc.

Code

var $always_multiple = TRUE;