function FileExampleSessionHelperWrapper::getStoredData

Gets our stored data for display.

File

modules/file_example/src/FileExampleSessionHelperWrapper.php, line 33

Class

FileExampleSessionHelperWrapper
A wrapper of session helper for file_example.

Namespace

Drupal\file_example

Code

public function getStoredData() {
  return $this->sessionHelper
    ->getPath('');
}