You are here

public static function VideoRemoteStreamWrapper::basePath in Video 8

Same name and namespace in other branches
  1. 8.2 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 54

Class

VideoRemoteStreamWrapper
Defines a video read only stream wrapper class.

Namespace

Drupal\video\StreamWrapper

Code

public static function basePath(\SplString $site_path = NULL) {
  return static::baseUrl();
}