You are here

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

Set the description of this file type.

Parameters

string $description: A brief description of the file type.

1 method overrides FileTypeInterface::setDescription()
FileType::setDescription in src/Entity/FileType.php
Set the description of this file type.

File

src/FileTypeInterface.php, line 41

Class

FileTypeInterface
File type entity interface.

Namespace

Drupal\file_entity

Code

public function setDescription($description);