public function VideoRemoteStreamWrapper::getDirectoryPath in Video 8.2
Same name and namespace in other branches
- 8 src/StreamWrapper/VideoRemoteStreamWrapper.php \Drupal\video\StreamWrapper\VideoRemoteStreamWrapper::getDirectoryPath()
1 call to VideoRemoteStreamWrapper::getDirectoryPath()
- VideoRemoteStreamWrapper::getLocalPath in src/
StreamWrapper/ VideoRemoteStreamWrapper.php - Returns the canonical absolute path of the URI, if possible.
File
- src/
StreamWrapper/ VideoRemoteStreamWrapper.php, line 38
Class
- VideoRemoteStreamWrapper
- Defines a video read only stream wrapper class.
Namespace
Drupal\video\StreamWrapperCode
public function getDirectoryPath() {
return static::basePath();
}