* @since 28.0.0 */ public function getAllAliases(): array; /** * Get all extension to MIME type mappings. * * The return format is an array of the file extension, as the key, * mapped to a list where the first entry is the MIME type * and the second entry is the secure MIME type (or null if none). * Due to PHP idiosyncrasies if a numeric string is set as the extension, * then also the array key (file extension) is a number instead of a string. * * @return array * @since 32.0.0 */ public function getAllMappings(): array; }