image.style.medium.yml

Same filename and directory in other branches
  1. 9 core/modules/image/config/install/image.style.medium.yml
  2. 8.9.x core/modules/image/config/install/image.style.medium.yml
  3. 10 core/modules/image/config/install/image.style.medium.yml
core/modules/image/config/install/image.style.medium.yml
6 string references to 'image.style.medium'
LocaleConfigTranslationTest::testConfigTranslation in core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php
Tests basic configuration translation.
ResponsiveImageStyleConfigEntityUnitTest::testCalculateDependencies in core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php
@covers ::calculateDependencies
ResponsiveImageStyleResourceTestBase::getExpectedNormalizedEntity in core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php
Returns the expected normalization of the entity.
ResponsiveImageStyleTest::getExpectedDocument in core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php
Returns the expected JSON:API document for the entity.
responsive_image-loading-attribute.php in core/modules/responsive_image/tests/fixtures/update/responsive_image-loading-attribute.php
Test lazy load update by modifying an image field form display.

... See full list

File

core/modules/image/config/install/image.style.medium.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. name: medium
  5. label: 'Medium (220×220)'
  6. effects:
  7. bddf0d06-42f9-4c75-a700-a33cafa25ea0:
  8. uuid: bddf0d06-42f9-4c75-a700-a33cafa25ea0
  9. id: image_scale
  10. weight: 0
  11. data:
  12. width: 220
  13. height: 220
  14. upscale: false
  15. c410ed2f-aa30-4d9c-a224-d2865d9188cd:
  16. uuid: c410ed2f-aa30-4d9c-a224-d2865d9188cd
  17. id: image_convert
  18. weight: 2
  19. data:
  20. extension: webp

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