function ReadOnlyStream::getLocalPath
Same name in other branches
- 10 core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php \Drupal\Core\StreamWrapper\ReadOnlyStream::getLocalPath()
1 call to ReadOnlyStream::getLocalPath()
- ReadOnlyStream::stream_open in core/
lib/ Drupal/ Core/ StreamWrapper/ ReadOnlyStream.php - Support for fopen(), file_get_contents(), etc.
File
-
core/
lib/ Drupal/ Core/ StreamWrapper/ ReadOnlyStream.php, line 119
Class
- ReadOnlyStream
- Defines a read-only Drupal stream wrapper base class.
Namespace
Drupal\Core\StreamWrapperCode
protected function getLocalPath($uri = NULL) {
throw new \BadMethodCallException(get_class($this) . '::getLocalPath() not implemented.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.