You are here

public property Filter::$status in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/filter/src/Annotation/Filter.php \Drupal\filter\Annotation\Filter::status

Whether this filter is enabled or disabled by default.

Type: bool (optional)

File

core/modules/filter/src/Annotation/Filter.php, line 69

Class

Filter
Defines a filter annotation object.

Namespace

Drupal\filter\Annotation

Code

public $status = FALSE;