protected StreamWrapperManager::getWrapper($scheme, $uri)
Returns a stream wrapper instance.
Parameters
string $scheme: The scheme of the desired stream wrapper.
string $uri: The URI of the stream.
Return value
\Drupal\Core\StreamWrapper\StreamWrapperInterface|bool A stream wrapper object, or false if the scheme is not available.
File
core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php, line 129
Class
StreamWrapperManager Provides a StreamWrapper manager.
Namespace
Drupal\Core