You are here

public function FileInterface::getMetaData in Forena Reports 8

Rerieve the meta data for a file. Returns a structured object.

Parameters

$filename:

Return value

mixed

1 method overrides FileInterface::getMetaData()
FileSystemBase::getMetaData in src/File/FileSystemBase.php
Returns the cache entry based on a filename.

File

src/File/FileInterface.php, line 73

Class

FileInterface

Namespace

Drupal\forena\File

Code

public function getMetaData($filename);