function ResponsiveImageStyle::removeImageStyleMappings

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

Overrides ResponsiveImageStyleInterface::removeImageStyleMappings

1 call to ResponsiveImageStyle::removeImageStyleMappings()
ResponsiveImageStyle::setBreakpointGroup in core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php
Sets the breakpoint group for the responsive image style.

File

core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php, line 204

Class

ResponsiveImageStyle
Defines the responsive image style entity.

Namespace

Drupal\responsive_image\Entity

Code

public function removeImageStyleMappings() {
    $this->image_style_mappings = [];
    $this->keyedImageStyleMappings = NULL;
    return $this;
}

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