image.style.large.yml
Same filename in other branches
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.
File
-
core/
modules/ image/ config/ install/ image.style.large.yml
View source
- langcode: en
- status: true
- dependencies: { }
- name: large
- label: 'Large (480×480)'
- effects:
- ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d:
- uuid: ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d
- id: image_scale
- weight: 0
- data:
- width: 480
- height: 480
- upscale: false
- 6e8fe467-84c1-4ef0-a73b-7eccf1cc20e8:
- uuid: 6e8fe467-84c1-4ef0-a73b-7eccf1cc20e8
- id: image_convert
- weight: 2
- data:
- extension: webp
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.