image.style.large.yml

Same filename in other branches
  1. 9 core/modules/image/config/install/image.style.large.yml
  2. 8.9.x core/modules/image/config/install/image.style.large.yml
  3. 10 core/modules/image/config/install/image.style.large.yml
core/modules/image/config/install/image.style.large.yml
7 string references to 'image.style.large'
ConfigSchemaTest::testSchemaData in core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
Tests metadata applied to configuration objects.
ConfigSchemaTest::testSchemaMapping in core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
Tests the basic metadata retrieval layer.
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.

... See full list

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. name: large
  5. label: 'Large (480×480)'
  6. effects:
  7. ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d:
  8. uuid: ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d
  9. id: image_scale
  10. weight: 0
  11. data:
  12. width: 480
  13. height: 480
  14. upscale: false
  15. 6e8fe467-84c1-4ef0-a73b-7eccf1cc20e8:
  16. uuid: 6e8fe467-84c1-4ef0-a73b-7eccf1cc20e8
  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.