You are here

public function FeedsSimplePieEnclosure::getMIMEType in Feeds 8.2

Override parent::getMIMEType().

Overrides FeedsEnclosure::getMIMEType

File

lib/Drupal/feeds/FeedsSimplePieEnclosure.php, line 46

Class

FeedsSimplePieEnclosure

Namespace

Drupal\feeds

Code

public function getMIMEType() {
  return $this->simplepie_enclosure
    ->get_real_type();
}