Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ResponsiveImageStyle.php

function 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 184

Class

ResponsiveImageStyle
Defines the responsive image style entity.

Namespace

Drupal\responsive_image\Entity

Code

public function getImageStyleMappings() {
    return $this->image_style_mappings;
}
RSS feed
Powered by Drupal