function ResponsiveImageStyleInterface::removeImageStyleMappings

Same name and namespace in other branches
  1. 8.9.x core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::removeImageStyleMappings()
  2. 10 core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::removeImageStyleMappings()
  3. 11.x core/modules/responsive_image/src/ResponsiveImageStyleInterface.php \Drupal\responsive_image\ResponsiveImageStyleInterface::removeImageStyleMappings()

Removes all image style mappings from the responsive image style.

Return value

$this

1 method overrides ResponsiveImageStyleInterface::removeImageStyleMappings()
ResponsiveImageStyle::removeImageStyleMappings in core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php
Removes all image style mappings from the responsive image style.

File

core/modules/responsive_image/src/ResponsiveImageStyleInterface.php, line 150

Class

ResponsiveImageStyleInterface
Provides an interface defining a responsive_image mapping entity.

Namespace

Drupal\responsive_image

Code

public function removeImageStyleMappings();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.