/**
  * {@inheritdoc}
  */
 public function createFieldItem(FieldItemListInterface $items, $index, $values = NULL)
 {
     // Leverage prototyping of the Typed Data API for fast instantiation.
     return $this->typedDataManager->getPropertyInstance($items, $index, $values);
 }