You are here

public property ResourceFieldEnhancer::$class in JSON:API Extras 8.2

Same name and namespace in other branches
  1. 8.3 src/Annotation/ResourceFieldEnhancer.php \Drupal\jsonapi_extras\Annotation\ResourceFieldEnhancer::class
  2. 8 src/Annotation/ResourceFieldEnhancer.php \Drupal\jsonapi_extras\Annotation\ResourceFieldEnhancer::class

The name of the field formatter class.

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

Type: string

File

src/Annotation/ResourceFieldEnhancer.php, line 48

Class

ResourceFieldEnhancer
Defines a Plugin annotation object for resource field enhancers.

Namespace

Drupal\jsonapi_extras\Annotation

Code

public $class;