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

Whether this filter is enabled or disabled by default.

This property is optional and it does not need to be declared.

Type: bool

File

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

Class

Filter
Defines a filter annotation object.

Namespace

Drupal\filter\Annotation

Code

public $status = FALSE;