You are here

protected property ImageEntityNormalizer::$formats in Consumer Image Styles 8

Same name and namespace in other branches
  1. 8.2 src/Normalizer/ImageEntityNormalizer.php \Drupal\consumer_image_styles\Normalizer\ImageEntityNormalizer::formats

The formats that the Normalizer can handle.

Type: array

Overrides EntityNormalizer::$formats

File

src/Normalizer/ImageEntityNormalizer.php, line 30

Class

ImageEntityNormalizer

Namespace

Drupal\consumer_image_styles\Normalizer

Code

protected $formats = [
  'api_json',
];