You are here

public property EmailVerification::$accept_null in User email verification 8

Whether to accept NULL as a false value or not.

Type: bool

File

src/Plugin/views/filter/EmailVerification.php, line 64

Class

EmailVerification
Simple filter to handle matching of boolean values

Namespace

Drupal\user_email_verification\Plugin\views\filter

Code

public $accept_null = FALSE;