| ResponsiveImageStyleForm::__construct |
function |
core/modules/responsive_image/src/ResponsiveImageStyleForm.php |
Constructs the responsive image style form. |
| ResponsiveImageStyleInterface |
interface |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Provides an interface defining a responsive_image mapping entity. |
| ResponsiveImageStyleInterface.php |
file |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
|
| ResponsiveImageStyleInterface::addImageStyleMapping |
function |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Adds an image style mapping to the responsive image configuration entity. |
| ResponsiveImageStyleInterface::EMPTY_IMAGE |
constant |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
The machine name for the empty image breakpoint image style option. |
| ResponsiveImageStyleInterface::getBreakpointGroup |
function |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Returns the breakpoint group for the responsive image style. |
| ResponsiveImageStyleInterface::getFallbackImageStyle |
function |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Returns the fallback image style ID for the responsive image style. |
| ResponsiveImageStyleInterface::getImageStyleIds |
function |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Gets all the image styles IDs involved in the responsive image mapping. |
| ResponsiveImageStyleInterface::getImageStyleMapping |
function |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Gets the image style mapping for a breakpoint ID and multiplier. |
| ResponsiveImageStyleInterface::getImageStyleMappings |
function |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Returns the image style mappings for the responsive image style. |
| ResponsiveImageStyleInterface::getKeyedImageStyleMappings |
function |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Returns the mappings of breakpoint ID and multiplier to image style. |
| ResponsiveImageStyleInterface::hasImageStyleMappings |
function |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Checks if there is at least one mapping defined. |
| ResponsiveImageStyleInterface::isEmptyImageStyleMapping |
function |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Checks if there is at least one image style mapping defined. |
| ResponsiveImageStyleInterface::ORIGINAL_IMAGE |
constant |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
The machine name for the original image breakpoint image style option. |
| ResponsiveImageStyleInterface::removeImageStyleMappings |
function |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Removes all image style mappings from the responsive image style. |
| ResponsiveImageStyleInterface::setBreakpointGroup |
function |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Sets the breakpoint group for the responsive image style. |
| ResponsiveImageStyleInterface::setFallbackImageStyle |
function |
core/modules/responsive_image/src/ResponsiveImageStyleInterface.php |
Sets the fallback image style for the responsive image style. |
| ResponsiveImageStyleJsonAnonTest |
class |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonAnonTest.php |
@group rest |
| ResponsiveImageStyleJsonAnonTest.php |
file |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonAnonTest.php |
|
| ResponsiveImageStyleJsonAnonTest::$defaultTheme |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonAnonTest.php |
The theme to install as the default for testing. |
| ResponsiveImageStyleJsonAnonTest::$format |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonAnonTest.php |
The format to use in this test. |
| ResponsiveImageStyleJsonAnonTest::$mimeType |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonAnonTest.php |
The MIME type that corresponds to $format. |
| ResponsiveImageStyleJsonBasicAuthTest |
class |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php |
@group rest |
| ResponsiveImageStyleJsonBasicAuthTest.php |
file |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php |
|
| ResponsiveImageStyleJsonBasicAuthTest::$auth |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| ResponsiveImageStyleJsonBasicAuthTest::$defaultTheme |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| ResponsiveImageStyleJsonBasicAuthTest::$format |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php |
The format to use in this test. |
| ResponsiveImageStyleJsonBasicAuthTest::$mimeType |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| ResponsiveImageStyleJsonBasicAuthTest::$modules |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonBasicAuthTest.php |
Modules to install. |
| ResponsiveImageStyleJsonCookieTest |
class |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonCookieTest.php |
@group rest |
| ResponsiveImageStyleJsonCookieTest.php |
file |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonCookieTest.php |
|
| ResponsiveImageStyleJsonCookieTest::$auth |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonCookieTest.php |
The authentication mechanism to use in this test. |
| ResponsiveImageStyleJsonCookieTest::$defaultTheme |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonCookieTest.php |
The theme to install as the default for testing. |
| ResponsiveImageStyleJsonCookieTest::$format |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonCookieTest.php |
The format to use in this test. |
| ResponsiveImageStyleJsonCookieTest::$mimeType |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleJsonCookieTest.php |
The MIME type that corresponds to $format. |
| ResponsiveImageStyleListBuilder |
class |
core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php |
Provides a listing of responsive image styles. |
| ResponsiveImageStyleListBuilder.php |
file |
core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php |
|
| ResponsiveImageStyleListBuilder::buildHeader |
function |
core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php |
Builds the header row for the entity listing. |
| ResponsiveImageStyleListBuilder::buildRow |
function |
core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php |
Builds a row for an entity in the entity listing. |
| ResponsiveImageStyleListBuilder::getDefaultOperations |
function |
core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php |
Gets this list's default operations. |
| ResponsiveImageStyleResourceTestBase |
class |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
ResourceTestBase for ResponsiveImageStyle entity. |
| ResponsiveImageStyleResourceTestBase.php |
file |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
|
| ResponsiveImageStyleResourceTestBase::$effectUuid |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
The effect UUID. |
| ResponsiveImageStyleResourceTestBase::$entity |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
The ResponsiveImageStyle entity. |
| ResponsiveImageStyleResourceTestBase::$entityTypeId |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
The tested entity type. |
| ResponsiveImageStyleResourceTestBase::$modules |
property |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
Modules to install. |
| ResponsiveImageStyleResourceTestBase::createEntity |
function |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
Creates the entity to be tested. |
| ResponsiveImageStyleResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
Returns the expected normalization of the entity. |
| ResponsiveImageStyleResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
Return the expected error message. |
| ResponsiveImageStyleResourceTestBase::getNormalizedPostEntity |
function |
core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php |
Returns the normalized POST entity. |