PathProcessorImageStyles |
class |
core/modules/image/src/PathProcessor/PathProcessorImageStyles.php |
Defines a path processor to rewrite image styles URLs. |
PathProcessorImageStyles.php |
file |
core/modules/image/src/PathProcessor/PathProcessorImageStyles.php |
|
PathProcessorImageStyles::$streamWrapperManager |
property |
core/modules/image/src/PathProcessor/PathProcessorImageStyles.php |
The stream wrapper manager service. |
PathProcessorImageStyles::processInbound |
function |
core/modules/image/src/PathProcessor/PathProcessorImageStyles.php |
Processes the inbound path. |
PathProcessorImageStyles::__construct |
function |
core/modules/image/src/PathProcessor/PathProcessorImageStyles.php |
Constructs a new PathProcessorImageStyles object. |
path_processor.image_styles |
service |
core/modules/image/image.services.yml |
Drupal\image\PathProcessor\PathProcessorImageStyles |
plugin.manager.image.effect |
service |
core/modules/image/image.services.yml |
Drupal\image\ImageEffectManager |
Random::image |
function |
core/lib/Drupal/Component/Utility/Random.php |
Create a placeholder image. |
RelationshipNormalizerTest::$image1 |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php |
An image. |
RelationshipNormalizerTest::$image2 |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php |
An image. |
RelationshipNormalizerTest::$imageIds |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php |
Static UUIDs for use in tests. |
RelationshipNormalizerTest::$imageUids |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php |
Static UUIDs for use in tests. |
RelationshipUserImageDataTest |
class |
core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php |
Tests image on user relationship handler. |
RelationshipUserImageDataTest.php |
file |
core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php |
|
RelationshipUserImageDataTest::$modules |
property |
core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php |
Modules to install. |
RelationshipUserImageDataTest::$testViews |
property |
core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php |
Views used by this test. |
RelationshipUserImageDataTest::setUp |
function |
core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php |
|
RelationshipUserImageDataTest::testViewsHandlerRelationshipUserImageData |
function |
core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php |
Tests using the views image relationship. |
ResizeImageEffect |
class |
core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php |
Resizes an image resource. |
ResizeImageEffect.php |
file |
core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php |
|
ResizeImageEffect::applyEffect |
function |
core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php |
Applies an image effect to the image object. |
ResizeImageEffect::buildConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php |
|
ResizeImageEffect::defaultConfiguration |
function |
core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php |
Gets default configuration for this plugin. |
ResizeImageEffect::getSummary |
function |
core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php |
Returns a render array summarizing the configuration of the image effect. |
ResizeImageEffect::submitConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php |
|
ResizeImageEffect::transformDimensions |
function |
core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php |
Determines the dimensions of the styled image. |
responsive-image-formatter.html.twig |
file |
core/themes/stable9/templates/field/responsive-image-formatter.html.twig |
Theme override to display a formatted responsive image field. |
responsive-image-formatter.html.twig |
file |
core/modules/responsive_image/templates/responsive-image-formatter.html.twig |
Default theme implementation to display a formatted responsive image field. |
responsive-image.html.twig |
file |
core/modules/responsive_image/templates/responsive-image.html.twig |
Default theme implementation of a responsive image. |
responsive-image.html.twig |
file |
core/themes/stable9/templates/field/responsive-image.html.twig |
Theme override of a responsive image. |
ResponsiveImage |
class |
core/modules/responsive_image/src/Element/ResponsiveImage.php |
Provides a responsive image element. |
ResponsiveImage.php |
file |
core/modules/responsive_image/src/Element/ResponsiveImage.php |
|
ResponsiveImage::getInfo |
function |
core/modules/responsive_image/src/Element/ResponsiveImage.php |
Returns the element properties for this element. |
ResponsiveImageAdminUITest |
class |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php |
Thoroughly test the administrative interface of the Responsive Image module. |
ResponsiveImageAdminUITest.php |
file |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php |
|
ResponsiveImageAdminUITest::$defaultTheme |
property |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php |
The theme to install as the default for testing. |
ResponsiveImageAdminUITest::$modules |
property |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php |
Modules to install. |
ResponsiveImageAdminUITest::setUp |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php |
|
ResponsiveImageAdminUITest::testResponsiveImageAdmin |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php |
Tests responsive image administration functionality. |
ResponsiveImageConfigUpdater |
class |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
Provides a BC layer for modules providing old configurations. |
ResponsiveImageConfigUpdater.php |
file |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
|
ResponsiveImageConfigUpdater::$deprecationsEnabled |
property |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
Flag determining whether deprecations should be triggered. |
ResponsiveImageConfigUpdater::$triggeredDeprecations |
property |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
Stores which deprecations were triggered. |
ResponsiveImageConfigUpdater::orderMultipliersNumerically |
function |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
Re-order mappings by breakpoint ID and descending numeric multiplier order. |
ResponsiveImageConfigUpdater::processResponsiveImageField |
function |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
Processes responsive image type fields. |
ResponsiveImageConfigUpdater::setDeprecationsEnabled |
function |
core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php |
Sets the deprecations enabling status. |
ResponsiveImageFieldDisplayTest |
class |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php |
Tests responsive image display formatter. |
ResponsiveImageFieldDisplayTest.php |
file |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php |
|
ResponsiveImageFieldDisplayTest::$defaultTheme |
property |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php |
The theme to install as the default for testing. |
ResponsiveImageFieldDisplayTest::$fileUrlGenerator |
property |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php |
The file URL generator. |