Gets the format for a given name.
public static function getFormatDefinition(string $name) : ?string { return self::FORMATS[$name] ?? null; }