public static ResponsiveImageStyleInterface::isEmptyImageStyleMapping(array $image_style_mapping)
Checks if there is at least one image style mapping defined.
Parameters
array $image_style_mapping: The image style mapping.
Return value
bool Whether the image style mapping is empty.
File
- core/modules/responsive_image/src/ResponsiveImageStyleInterface.php, line 119
Class
- ResponsiveImageStyleInterface
- Provides an interface defining a responsive_image mapping entity.
Namespace
Drupal\responsive_image
Code
public static function isEmptyImageStyleMapping(array $image_style_mapping);
Please login to continue.