Alias for `types()`; included for interface compatibility with `lithium\util\Collection::to()`, which allows a collection object to be exported to any format supported by a `Media` handler. See the documentation for `Collection::to()` for more information.

Returns

array Returns the value of `Media::types()`.

Source

						public static function formats() {
		return static::types();
	}