public ResponsiveImageStyleInterface::hasImageStyleMappings()
Checks if there is at least one mapping defined.
Return value
bool Whether the entity has any image style mappings.
File
- core/modules/responsive_image/src/ResponsiveImageStyleInterface.php, line 18
Class
- ResponsiveImageStyleInterface
- Provides an interface defining a responsive_image mapping entity.
Namespace
Drupal\responsive_image
Code
public function hasImageStyleMappings();
Please login to continue.