You are here

public static function VendorStreamWrapperInterface::basePath in Vendor Stream Wrapper 8

Returns the base path for vendor://.

Return value

string The base path for vendor://.

1 method overrides VendorStreamWrapperInterface::basePath()
VendorStreamWrapper::basePath in src/StreamWrapper/VendorStreamWrapper.php
Returns the base path for vendor://.

File

src/StreamWrapper/VendorStreamWrapperInterface.php, line 25

Class

VendorStreamWrapperInterface
Inteface for VenderStreamWrapper (vendor://).

Namespace

Drupal\vendor_stream_wrapper\StreamWrapper

Code

public static function basePath();