You are here

public function FileInterface::contents in Forena Reports 8

Retrieve the contents of the file.

1 method overrides FileInterface::contents()
FileSystemBase::contents in src/File/FileSystemBase.php
Return the contents of a file located in the report directory

File

src/File/FileInterface.php, line 57

Class

FileInterface

Namespace

Drupal\forena\File

Code

public function contents($filename);