public function ResponsiveImageStyleInterface::getImageStyleIds in Drupal 10
Same name and namespace in other branches
- 8 core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::getImageStyleIds()
- 9 core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::getImageStyleIds()
Gets all the image styles IDs involved in the responsive image mapping.
Return value
string[]
1 method overrides ResponsiveImageStyleInterface::getImageStyleIds()
- ResponsiveImageStyle::getImageStyleIds in core/
modules/ responsive_image/ src/ Entity/ ResponsiveImageStyle.php - Gets all the image styles IDs involved in the responsive image mapping.
File
- core/
modules/ responsive_image/ src/ ResponsiveImageStyleInterface.php, line 157
Class
- ResponsiveImageStyleInterface
- Provides an interface defining a responsive_image mapping entity.
Namespace
Drupal\responsive_imageCode
public function getImageStyleIds();