public ResponsiveImageStyleInterface::getImageStyleIds()
Gets all the image styles IDs involved in the responsive image mapping.
Return value
string[]
File
- core/modules/responsive_image/src/ResponsiveImageStyleInterface.php, line 147
Class
- ResponsiveImageStyleInterface
- Provides an interface defining a responsive_image mapping entity.
Namespace
Drupal\responsive_image
Code
1 | public function getImageStyleIds(); |
Please login to continue.