You are here

public function MimeMapManagerInterface::listExtensions in Sophron 8

Gets the list of file extensions.

Return value

string[] A simple array of file extension strings.

1 method overrides MimeMapManagerInterface::listExtensions()
MimeMapManager::listExtensions in src/MimeMapManager.php
Gets the list of file extensions.

File

src/MimeMapManagerInterface.php, line 94

Class

MimeMapManagerInterface
Provides an interface for FileMapManager.

Namespace

Drupal\sophron

Code

public function listExtensions();