You are here

public function VideoRemoteStreamWrapper::getDirectoryPath in Video 8

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

Class

VideoRemoteStreamWrapper
Defines a video read only stream wrapper class.

Namespace

Drupal\video\StreamWrapper

Code

public function getDirectoryPath() {
  return static::basePath();
}