| NullTestImageEffect::transformDimensions |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php |
Determines the dimensions of the styled image. |
| 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 |
Form constructor. |
| 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 |
Form submission handler. |
| 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/themes/stable9/templates/field/responsive-image.html.twig |
Theme override of a responsive image. |
| responsive-image.html.twig |
file |
core/modules/responsive_image/templates/responsive-image.html.twig |
Default theme implementation 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. |
| ResponsiveImageBuilder |
class |
core/modules/responsive_image/src/ResponsiveImageBuilder.php |
Provides methods related to building responsive image source attributes. |
| ResponsiveImageBuilder.php |
file |
core/modules/responsive_image/src/ResponsiveImageBuilder.php |
|
| ResponsiveImageBuilder::buildSourceAttributes |
function |
core/modules/responsive_image/src/ResponsiveImageBuilder.php |
Helper function for template_preprocess_responsive_image(). |
| ResponsiveImageBuilder::getImageDimensions |
function |
core/modules/responsive_image/src/ResponsiveImageBuilder.php |
Determines the dimensions of an image. |
| ResponsiveImageBuilder::getImageStyleUrl |
function |
core/modules/responsive_image/src/ResponsiveImageBuilder.php |
Returns the given image style URL. |
| ResponsiveImageBuilder::getMimeType |
function |
core/modules/responsive_image/src/ResponsiveImageBuilder.php |
Determines the MIME type of an image. |
| ResponsiveImageBuilder::__construct |
function |
core/modules/responsive_image/src/ResponsiveImageBuilder.php |
|
| 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. |