You are here

public function FileType::getDescription in File Entity (fieldable files) 8.2

Get the description of this file type.

A brief description.

Overrides FileTypeInterface::getDescription

File

src/Entity/FileType.php, line 82

Class

FileType
Defines the File type configuration entity.

Namespace

Drupal\file_entity\Entity

Code

public function getDescription() {
  return $this->description;
}