You are here

public function AssetInterface::setMimeType in Mini site 8

Set mime type.

Parameters

string $mime_type: The file mime type.

1 method overrides AssetInterface::setMimeType()
Asset::setMimeType in src/Asset.php
Set mime type.

File

src/AssetInterface.php, line 186

Class

AssetInterface
Interface AssetInterface.

Namespace

Drupal\minisite

Code

public function setMimeType($mime_type);