public function FlysystemBridge::realpath in Flysystem 7
Same name and namespace in other branches
- 8 src/FlysystemBridge.php \Drupal\flysystem\FlysystemBridge::realpath()
- 3.x src/FlysystemBridge.php \Drupal\flysystem\FlysystemBridge::realpath()
- 2.0.x src/FlysystemBridge.php \Drupal\flysystem\FlysystemBridge::realpath()
- 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\flysystemCode
public function realpath() {
return FALSE;
}