You are here

public function FileTypeInterface::getMimeTypes in File Entity (fieldable files) 8.2

Get a MIME types associated with this file type.

An indexed array of MIME types.

1 method overrides FileTypeInterface::getMimeTypes()
FileType::getMimeTypes in src/Entity/FileType.php
Get a MIME types associated with this file type.

File

src/FileTypeInterface.php, line 25

Class

FileTypeInterface
File type entity interface.

Namespace

Drupal\file_entity

Code

public function getMimeTypes();