You are here

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

Same name and namespace in other branches
  1. 8 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\Normalizer

Code

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