You are here

public function FlysystemBridge::realpath in Flysystem 7

Same name and namespace in other branches
  1. 8 src/FlysystemBridge.php \Drupal\flysystem\FlysystemBridge::realpath()
  2. 3.x src/FlysystemBridge.php \Drupal\flysystem\FlysystemBridge::realpath()
  3. 2.0.x src/FlysystemBridge.php \Drupal\flysystem\FlysystemBridge::realpath()
  4. 3.0.x src/FlysystemBridge.php \Drupal\flysystem\FlysystemBridge::realpath()

File

src/FlysystemBridge.php, line 58
Contains \Drupal\flysystem\FlysystemBridge.

Class

FlysystemBridge
An adapter for Flysystem to \DrupalStreamWrapperInterface.

Namespace

Drupal\flysystem

Code

public function realpath() {
  return FALSE;
}