You are here

public function Local::getPublicPath in Flysystem 7

Returns the public path of the adapter, if present.

Return value

string|false The public path, or false.

File

src/Flysystem/Local.php, line 152
Contains \Drupal\flysystem\Flysystem\Local.

Class

Local
Drupal plugin for the "Local" Flysystem adapter.

Namespace

Drupal\flysystem\Flysystem

Code

public function getPublicPath() {
  return $this->publicPath;
}