Overrides StreamWrapperManagerInterface::getDescriptions
public function getDescriptions($filter = StreamWrapperInterface::ALL) { $descriptions = []; foreach (array_keys($this->getWrappers($filter)) as $scheme) { $descriptions[$scheme] = $this->getViaScheme($scheme) ->getDescription(); } return $descriptions; }