public static function VideoRemoteStreamWrapper::basePath in Video 8.2
Same name and namespace in other branches
- 8 src/StreamWrapper/VideoRemoteStreamWrapper.php \Drupal\video\StreamWrapper\VideoRemoteStreamWrapper::basePath()
Returns the base path for stream wrapper.
1 call to VideoRemoteStreamWrapper::basePath()
- VideoRemoteStreamWrapper::getDirectoryPath in src/
StreamWrapper/ VideoRemoteStreamWrapper.php
File
- src/
StreamWrapper/ VideoRemoteStreamWrapper.php, line 53
Class
- VideoRemoteStreamWrapper
- Defines a video read only stream wrapper class.
Namespace
Drupal\video\StreamWrapperCode
public static function basePath(\SplString $site_path = NULL) {
return static::baseUrl();
}