function ResponsiveImageStyle::getImageStyleMappings

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

Overrides ResponsiveImageStyleInterface::getImageStyleMappings

1 call to ResponsiveImageStyle::getImageStyleMappings()
ResponsiveImageStyle::getImageStyleIds in core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php
Gets all the image styles IDs involved in the responsive image mapping.

File

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

Class

ResponsiveImageStyle
Defines the responsive image style entity.

Namespace

Drupal\responsive_image\Entity

Code

public function getImageStyleMappings() {
    return $this->image_style_mappings;
}

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