protected property DataNormalizer::$supportedInterfaceOrClass in REST Views 8
Same name and namespace in other branches
- 2.0.x 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\NormalizerCode
protected $supportedInterfaceOrClass = [
SerializedData::class,
];