public property ResourceFieldEnhancer::$class in JSON:API Extras 8
Same name and namespace in other branches
- 8.3 src/Annotation/ResourceFieldEnhancer.php \Drupal\jsonapi_extras\Annotation\ResourceFieldEnhancer::class
- 8.2 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\AnnotationCode
public $class;