Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public static function createFromItemType($item_type)
 {
     // Forward to the field definition class for creating new data definitions
     // via the typed manager.
     return BaseFieldDefinition::createFromItemType($item_type);
 }