image.style.large.yml in Drupal 9
Same filename and directory in other branches
core/modules/image/config/install/image.style.large.yml
5 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.ymlView 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