protected function ImageStyle::getStreamWrapperManager in Drupal 9
Same name and namespace in other branches
- 8 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 533
Class
- ImageStyle
- Defines an image style configuration entity.
Namespace
Drupal\image\EntityCode
protected function getStreamWrapperManager() {
return \Drupal::service('stream_wrapper_manager');
}