You are here

public function FileLinkInterface::getFormat in File Link 8

Same name and namespace in other branches
  1. 2.0.x src/FileLinkInterface.php \Drupal\file_link\FileLinkInterface::getFormat()

Get file format.

Return value

string File format.

1 method overrides FileLinkInterface::getFormat()
FileLinkItem::getFormat in src/Plugin/Field/FieldType/FileLinkItem.php
Get file format.

File

src/FileLinkInterface.php, line 27

Class

FileLinkInterface
Provides an interface for File Link field.

Namespace

Drupal\file_link

Code

public function getFormat();