function FieldableEntityNormalizerTrait::getEntityFieldManager
Returns the entity field manager.
Return value
\Drupal\Core\Entity\EntityFieldManagerInterface The entity field manager.
File
-
core/
modules/ serialization/ src/ Normalizer/ FieldableEntityNormalizerTrait.php, line 173
Class
- FieldableEntityNormalizerTrait
- A trait for providing fieldable entity normalization/denormalization methods.
Namespace
Drupal\serialization\NormalizerCode
protected function getEntityFieldManager() {
return $this->entityFieldManager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.