public static function FacebookStream::baseUrl in Video 8
Same name and namespace in other branches
- 8.2 src/StreamWrapper/FacebookStream.php \Drupal\video\StreamWrapper\FacebookStream::baseUrl()
Finds and returns the base URL for read only stream.
Return value
string The external base URL
Overrides VideoRemoteStreamWrapper::baseUrl
File
- src/
StreamWrapper/ FacebookStream.php, line 32
Class
- FacebookStream
- Defines a Facebook (facebook://) stream wrapper class.
Namespace
Drupal\video\StreamWrapperCode
public static function baseUrl() {
return self::$base_url;
}