FileEntityNormalizer::$supportedInterfaceOrClass

Same name in other branches
  1. 8.9.x core/modules/hal/src/Normalizer/FileEntityNormalizer.php \Drupal\hal\Normalizer\FileEntityNormalizer::supportedInterfaceOrClass

Type: supportedInterfaceOrClass

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\Normalizer

Code

protected $supportedInterfaceOrClass = FileInterface::class;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.