protected property FileEntityNormalizer::$supportedInterfaceOrClass in Drupal 9
Same name and namespace in other branches
- 8 core/modules/hal/src/Normalizer/FileEntityNormalizer.php \Drupal\hal\Normalizer\FileEntityNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string|array
Overrides ContentEntityNormalizer::$supportedInterfaceOrClass
File
- core/
modules/ hal/ src/ Normalizer/ FileEntityNormalizer.php, line 24
Class
- FileEntityNormalizer
- Converts the Drupal entity object structure to a HAL array structure.
Namespace
Drupal\hal\NormalizerCode
protected $supportedInterfaceOrClass = FileInterface::class;