Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ResponsiveImageFormatter::__construct function core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php Constructs a ResponsiveImageFormatter object.
ResponsiveImageIntegrationTest class core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php Tests the integration of responsive image with other components.
ResponsiveImageIntegrationTest.php file core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php
ResponsiveImageIntegrationTest::$modules property core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php Modules to install.
ResponsiveImageIntegrationTest::setUp function core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php
ResponsiveImageIntegrationTest::testEntityViewDisplayDependency function core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php Tests integration with entity view display.
ResponsiveImageLazyLoadUpdateTest class core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Tests lazy-load upgrade path.
ResponsiveImageLazyLoadUpdateTest.php file core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php
ResponsiveImageLazyLoadUpdateTest::setDatabaseDumpFiles function core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Set database dump files to be used.
ResponsiveImageLazyLoadUpdateTest::testEntitySave function core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Test responsive_image_entity_view_display_presave invokes deprecations.
ResponsiveImageLazyLoadUpdateTest::testUpdate function core/modules/responsive_image/tests/src/Functional/ResponsiveImageLazyLoadUpdateTest.php Test new lazy-load setting upgrade path.
ResponsiveImageOrderMultipliersNumericallyUpdateTest class core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Tests order multipliers numerically upgrade path.
ResponsiveImageOrderMultipliersNumericallyUpdateTest.php file core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php
ResponsiveImageOrderMultipliersNumericallyUpdateTest::setDatabaseDumpFiles function core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Set database dump files to be used.
ResponsiveImageOrderMultipliersNumericallyUpdateTest::testEntitySave function core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Test ResponsiveImageStyle::preSave correctly orders by multiplier weight.
ResponsiveImageOrderMultipliersNumericallyUpdateTest::testUpdate function core/modules/responsive_image/tests/src/Functional/ResponsiveImageOrderMultipliersNumericallyUpdateTest.php Test order multipliers numerically upgrade path.
ResponsiveImageStyle class core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Defines the responsive image style entity.
ResponsiveImageStyle.php file core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php
ResponsiveImageStyle::$breakpoint_group property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php The responsive image breakpoint group.
ResponsiveImageStyle::$fallback_image_style property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php The fallback image style.
ResponsiveImageStyle::$id property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php The responsive image ID (machine name).
ResponsiveImageStyle::$image_style_mappings property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php The image style mappings.
ResponsiveImageStyle::$keyedImageStyleMappings property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php
ResponsiveImageStyle::$label property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php The responsive image label.
ResponsiveImageStyle::addImageStyleMapping function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Adds an image style mapping to the responsive image configuration entity.
ResponsiveImageStyle::calculateDependencies function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Calculates dependencies and stores them in the dependency property.
ResponsiveImageStyle::getBreakpointGroup function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Returns the breakpoint group for the responsive image style.
ResponsiveImageStyle::getFallbackImageStyle function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Returns the fallback image style ID for the responsive image style.
ResponsiveImageStyle::getImageStyleIds function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Gets all the image styles IDs involved in the responsive image mapping.
ResponsiveImageStyle::getImageStyleMapping function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Gets the image style mapping for a breakpoint ID and multiplier.
ResponsiveImageStyle::getImageStyleMappings function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Returns the image style mappings for the responsive image style.
ResponsiveImageStyle::getKeyedImageStyleMappings function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Returns the mappings of breakpoint ID and multiplier to image style.
ResponsiveImageStyle::hasImageStyleMappings function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Checks if there is at least one mapping defined.
ResponsiveImageStyle::isEmptyImageStyleMapping function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Checks if there is at least one image style mapping defined.
ResponsiveImageStyle::preSave function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Acts on an entity before the presave hook is invoked.
ResponsiveImageStyle::removeImageStyleMappings function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Removes all image style mappings from the responsive image style.
ResponsiveImageStyle::setBreakpointGroup function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Sets the breakpoint group for the responsive image style.
ResponsiveImageStyle::setFallbackImageStyle function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Sets the fallback image style for the responsive image style.
ResponsiveImageStyle::sortMappings function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Sort mappings by breakpoint ID and multiplier.
ResponsiveImageStyle::__construct function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Constructs an Entity object.
ResponsiveImageStyleConfigEntityUnitTest class core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @coversDefaultClass \Drupal\responsive_image\Entity\ResponsiveImageStyle[[api-linebreak]]
@group block
ResponsiveImageStyleConfigEntityUnitTest.php file core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php
ResponsiveImageStyleConfigEntityUnitTest::$breakpointManager property core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php The breakpoint manager used for testing.
ResponsiveImageStyleConfigEntityUnitTest::$entityType property core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php The entity type used for testing.
ResponsiveImageStyleConfigEntityUnitTest::$entityTypeManager property core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php The entity type manager used for testing.
ResponsiveImageStyleConfigEntityUnitTest::setUp function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php
ResponsiveImageStyleConfigEntityUnitTest::testCalculateDependencies function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
ResponsiveImageStyleConfigEntityUnitTest::testGetImageStyleMapping function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @covers ::addImageStyleMapping[[api-linebreak]]
@covers ::getImageStyleMapping[[api-linebreak]]
ResponsiveImageStyleConfigEntityUnitTest::testGetImageStyleMappings function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @covers ::addImageStyleMapping[[api-linebreak]]
@covers ::getImageStyleMappings[[api-linebreak]]
ResponsiveImageStyleConfigEntityUnitTest::testGetKeyedImageStyleMappings function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @covers ::addImageStyleMapping[[api-linebreak]]
@covers ::getKeyedImageStyleMappings[[api-linebreak]]

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