image.style.thumbnail.yml
Same filename in other branches
3 string references to 'image.style.thumbnail'
- ConfigEntityImportTest::doImageStyleUpdate in core/
modules/ system/ tests/ src/ Kernel/ Entity/ ConfigEntityImportTest.php - Tests updating an image style during import.
- ImageStyleDependencyUpdateTest::testUpdateImageStyleDependencies in core/
modules/ views/ tests/ src/ Functional/ Update/ ImageStyleDependencyUpdateTest.php - Tests the updating of views dependencies to image styles.
- ImageUpdateTest::testPostUpdateImageStylesDependencies in core/
modules/ image/ tests/ src/ Functional/ Update/ ImageUpdateTest.php - Tests image_post_update_image_style_dependencies().
File
-
core/
modules/ image/ config/ install/ image.style.thumbnail.yml
View source
- langcode: en
- status: true
- dependencies: { }
- name: thumbnail
- label: 'Thumbnail (100×100)'
- effects:
- 1cfec298-8620-4749-b100-ccb6c4500779:
- uuid: 1cfec298-8620-4749-b100-ccb6c4500779
- id: image_scale
- weight: 0
- data:
- width: 100
- height: 100
- upscale: false
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.