You are here

public property FilterBase::$weight in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/filter/src/Plugin/FilterBase.php \Drupal\filter\Plugin\FilterBase::weight
  2. 10 core/modules/filter/src/Plugin/FilterBase.php \Drupal\filter\Plugin\FilterBase::weight

The weight of this filter compared to others in a filter collection.

Type: int

File

core/modules/filter/src/Plugin/FilterBase.php, line 37

Class

FilterBase
Provides a base class for Filter plugins.

Namespace

Drupal\filter\Plugin

Code

public $weight = 0;