You are here

protected property DataNormalizer::$supportedInterfaceOrClass in REST Views 2.0.x

Same name and namespace in other branches
  1. 8 src/Normalizer/DataNormalizer.php \Drupal\rest_views\Normalizer\DataNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: array

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/DataNormalizer.php, line 20

Class

DataNormalizer
Unwrap a SerializedData object and normalize the data inside.

Namespace

Drupal\rest_views\Normalizer

Code

protected $supportedInterfaceOrClass = [
  SerializedData::class,
];