You are here

public function FetchManager::filePublicPath in Stage File Proxy 8

Helper to retrieve the file directory.

Overrides FetchManagerInterface::filePublicPath

1 call to FetchManager::filePublicPath()
FetchManager::fetch in src/FetchManager.php
Downloads a remote file and saves it to the local files directory.

File

src/FetchManager.php, line 113

Class

FetchManager
Fetch manager.

Namespace

Drupal\stage_file_proxy

Code

public function filePublicPath() {
  return PublicStream::basePath();
}