You are here

protected property FilterFormat::$weight in Zircon Profile 8.0

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

Weight of this format in the text format selector.

The first/lowest text format that is accessible for a user is used as default format.

Type: int

File

core/modules/filter/src/Entity/FilterFormat.php, line 86
Contains \Drupal\filter\Entity\FilterFormat.

Class

FilterFormat
Represents a text format.

Namespace

Drupal\filter\Entity

Code

protected $weight = 0;