MigrateImageTest::setUp |
function |
core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php |
|
MigrateImageTest::testNode |
function |
core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php |
Tests image migration from Drupal 6 to 8. |
MigrateResponsiveImageStylesTest |
class |
core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php |
Tests migration of responsive image styles. |
MigrateResponsiveImageStylesTest.php |
file |
core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php |
|
MigrateResponsiveImageStylesTest::$modules |
property |
core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php |
Modules to install. |
MigrateResponsiveImageStylesTest::setUp |
function |
core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php |
|
MigrateResponsiveImageStylesTest::testResponsiveImageStyles |
function |
core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php |
Tests the Drupal 7 to Drupal 8 responsive image styles migration. |
NullTestImageEffect |
class |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php |
Performs no operation on an image resource. |
NullTestImageEffect.php |
file |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php |
|
NullTestImageEffect::applyEffect |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php |
Applies an image effect to the image object. |
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 |
|
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/modules/responsive_image/templates/responsive-image-formatter.html.twig |
Default theme implementation to display a formatted responsive image field. |
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.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. |