You are here

protected function ImageStyle::getStreamWrapperManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/image/src/Entity/ImageStyle.php \Drupal\image\Entity\ImageStyle::getStreamWrapperManager()

Gets the stream wrapper manager service.

@todo Properly inject this service in Drupal 9.0.x.

Return value

\Drupal\Core\StreamWrapper\StreamWrapperManagerInterface The stream wrapper manager service

File

core/modules/image/src/Entity/ImageStyle.php, line 573

Class

ImageStyle
Defines an image style configuration entity.

Namespace

Drupal\image\Entity

Code

protected function getStreamWrapperManager() {
  return \Drupal::service('stream_wrapper_manager');
}