You are here

public property Filter::$weight in Zircon Profile 8.0

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

A default weight for the filter in new text formats.

Type: int (optional)

File

core/modules/filter/src/Annotation/Filter.php, line 67
Contains \Drupal\filter\Annotation\Filter.

Class

Filter
Defines an filter annotation object.

Namespace

Drupal\filter\Annotation

Code

public $weight = 0;