ResponsiveImageFieldUiTest::testResponsiveImageFormatterUi |
function |
core/modules/responsive_image/tests/src/FunctionalJavascript/ResponsiveImageFieldUiTest.php |
Tests formatter settings. |
ResponsiveImageFormatter |
class |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
Plugin for responsive image formatter. |
ResponsiveImageFormatter.php |
file |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
|
ResponsiveImageFormatter::$currentUser |
property |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
The current user. |
ResponsiveImageFormatter::$imageStyleStorage |
property |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
The image style entity storage. |
ResponsiveImageFormatter::$linkGenerator |
property |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
The link generator. |
ResponsiveImageFormatter::$responsiveImageStyleStorage |
property |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
|
ResponsiveImageFormatter::calculateDependencies |
function |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
Calculates dependencies for the configured plugin. |
ResponsiveImageFormatter::create |
function |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
Creates an instance of the plugin. |
ResponsiveImageFormatter::defaultSettings |
function |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
Defines the default settings for this plugin. |
ResponsiveImageFormatter::settingsForm |
function |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
Returns a form to configure settings for the formatter. |
ResponsiveImageFormatter::settingsSummary |
function |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
Returns a short summary for the current formatter settings. |
ResponsiveImageFormatter::viewElements |
function |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
Builds a renderable array for a field value. |
ResponsiveImageFormatter::__construct |
function |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php |
Constructs a ResponsiveImageFormatter object. |
ResponsiveImageHooks |
class |
core/modules/responsive_image/src/Hook/ResponsiveImageHooks.php |
Hook implementations for responsive_image. |
ResponsiveImageHooks.php |
file |
core/modules/responsive_image/src/Hook/ResponsiveImageHooks.php |
|
ResponsiveImageHooks::help |
function |
core/modules/responsive_image/src/Hook/ResponsiveImageHooks.php |
Implements hook_help(). |
ResponsiveImageHooks::theme |
function |
core/modules/responsive_image/src/Hook/ResponsiveImageHooks.php |
Implements hook_theme(). |
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. |
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::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 |
Tests Drupal\responsive_image\Entity\ResponsiveImageStyle. |
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. |