Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function createFieldItemList(FieldableEntityInterface $entity, $field_name, $values = NULL)
 {
     // Leverage prototyping of the Typed Data API for fast instantiation.
     return $this->typedDataManager->getPropertyInstance($entity->getTypedData(), $field_name, $values);
 }