Gets the stream wrapper manager service.
@todo Properly inject this service in Drupal 9.0.x.
\Drupal\Core\StreamWrapper\StreamWrapperManagerInterface The stream wrapper manager service
protected function getStreamWrapperManager() { return \Drupal::service('stream_wrapper_manager'); }