You are here

public property FieldGroupFormatter::$class in Field Group 8.3

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

The name of the fieldgroup formatter class.

This is not provided manually, it will be added by the discovery mechanism.

Type: string

File

src/Annotation/FieldGroupFormatter.php, line 47

Class

FieldGroupFormatter
Defines a FieldGroupFormatter annotation object.

Namespace

Drupal\field_group\Annotation

Code

public $class;