function 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');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.