Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public static function createFromDataType($type)
 {
     // Forward to the field definition class for creating new data definitions
     // via the typed manager.
     return FieldDefinition::createFromDataType($type);
 }