You are here

protected property JSONFieldEnhancer::$encoder in JSON:API Extras 8.3

Same name and namespace in other branches
  1. 8.2 src/Plugin/jsonapi/FieldEnhancer/JSONFieldEnhancer.php \Drupal\jsonapi_extras\Plugin\jsonapi\FieldEnhancer\JSONFieldEnhancer::encoder

The serialization json.

Type: Drupal\Component\serialization\Json

File

src/Plugin/jsonapi/FieldEnhancer/JSONFieldEnhancer.php, line 27

Class

JSONFieldEnhancer
Perform additional manipulations to JSON fields.

Namespace

Drupal\jsonapi_extras\Plugin\jsonapi\FieldEnhancer

Code

protected $encoder;