You are here

public property FieldGroupFormatter::$weight in Field Group 8.3

Same name and namespace in other branches
  1. 8 src/Annotation/FieldGroupFormatter.php \Drupal\field_group\Annotation\FieldGroupFormatter::weight

An integer to determine the weight of this formatter relative to other formatter in the Field UI when selecting a formatter for a given group.

Type: int

File

src/Annotation/FieldGroupFormatter.php, line 69

Class

FieldGroupFormatter
Defines a FieldGroupFormatter annotation object.

Namespace

Drupal\field_group\Annotation

Code

public $weight = NULL;