You are here

public function MimeDetectorInterface::description in MimeDetect 8

Provide a description of the detector.

Return value

string The MIME detector description.

1 method overrides MimeDetectorInterface::description()
MimeDetectorBase::description in src/MimeDetectorBase.php
Provide a description of the detector.

File

src/MimeDetectorInterface.php, line 16

Class

MimeDetectorInterface
An interface for all MimeDetector type plugins.

Namespace

Drupal\mimedetect

Code

public function description();