public property ConfigFilter::$weight in Config Filter 8
Same name and namespace in other branches
- 8.2 src/Annotation/ConfigFilter.php \Drupal\config_filter\Annotation\ConfigFilter::weight
The plugin weight.
The higher the weight the later in the filter order the plugin will be.
Type: int
File
- src/
Annotation/ ConfigFilter.php, line 41
Class
- ConfigFilter
- Defines a Config filter plugin item annotation object.
Namespace
Drupal\config_filter\AnnotationCode
public $weight = 0;