protected property RenderNormalizer::$supportedInterfaceOrClass in REST Views 8
Same name and namespace in other branches
- 2.0.x src/Normalizer/RenderNormalizer.php \Drupal\rest_views\Normalizer\RenderNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: array
Overrides NormalizerBase::$supportedInterfaceOrClass
File
- src/
Normalizer/ RenderNormalizer.php, line 21
Class
- RenderNormalizer
- Unwrap a RenderableData object and render the element inside.
Namespace
Drupal\rest_views\NormalizerCode
protected $supportedInterfaceOrClass = [
RenderableData::class,
];