Overrides StreamWrapperManagerInterface::isValidUri
public function isValidUri($uri) { // Assert that the URI has an allowed scheme. Bare paths are not allowed. return $this->isValidScheme($this->getScheme($uri)); }