SaveUploadTest::$imageExtension |
property |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Extension of the image filename. |
ScaleAndCropImageEffect |
class |
core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php |
Scales and crops an image resource. |
ScaleAndCropImageEffect.php |
file |
core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php |
|
ScaleAndCropImageEffect::applyEffect |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php |
Applies an image effect to the image object. |
ScaleAndCropImageEffect::getSummary |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php |
Returns a render array summarizing the configuration of the image effect. |
ScaleImageEffect |
class |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Scales an image resource. |
ScaleImageEffect.php |
file |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
|
ScaleImageEffect::applyEffect |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Applies an image effect to the image object. |
ScaleImageEffect::buildConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
|
ScaleImageEffect::defaultConfiguration |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Gets default configuration for this plugin. |
ScaleImageEffect::getSummary |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Returns a render array summarizing the configuration of the image effect. |
ScaleImageEffect::submitConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
|
ScaleImageEffect::transformDimensions |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
Determines the dimensions of the styled image. |
ScaleImageEffect::validateConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php |
|
SettingsConfigValidationTest::testPreviewImagePathIsValidated |
function |
core/modules/image/tests/src/Kernel/SettingsConfigValidationTest.php |
Tests that the preview_image setting must be an existing image file. |
StandardRecipeInstallTest::installResponsiveImage |
function |
core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php |
Installs the responsive image module. |
StandardRecipeTest::installResponsiveImage |
function |
core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php |
Installs the responsive image module. |
StandardTestTrait::installResponsiveImage |
function |
core/profiles/standard/tests/src/Traits/StandardTestTrait.php |
Installs the responsive image module. |
starterkit_theme_preprocess_image_widget |
function |
core/themes/starterkit_theme/starterkit_theme.theme |
Implements hook_preprocess_image_widget(). |
StateValuesCleanAdvancedTest::$image |
property |
core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php |
An image file path for uploading. |
system.image.gd.yml |
file |
core/modules/system/config/install/system.image.gd.yml |
core/modules/system/config/install/system.image.gd.yml |
system.image.test_toolkit.yml |
file |
core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml |
core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml |
system.image.yml |
file |
core/modules/system/config/install/system.image.yml |
core/modules/system/config/install/system.image.yml |
system_image.yml |
file |
core/modules/system/migrations/system_image.yml |
core/modules/system/migrations/system_image.yml |
system_image_gd.yml |
file |
core/modules/system/migrations/system_image_gd.yml |
core/modules/system/migrations/system_image_gd.yml |
TaxonomyImageTest |
class |
core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php |
Tests image upload on taxonomy terms. |
TaxonomyImageTest.php |
file |
core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php |
|
TaxonomyImageTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php |
The theme to install as the default for testing. |
TaxonomyImageTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php |
Modules to install. |
TaxonomyImageTest::$vocabulary |
property |
core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php |
The taxonomy vocabulary used for the test. |
TaxonomyImageTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php |
|
TaxonomyImageTest::testTaxonomyImageUpload |
function |
core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php |
Tests that a file can be uploaded before the taxonomy term has a name. |
template_preprocess_image |
function |
core/includes/theme.inc |
Prepares variables for image templates. |
template_preprocess_image_anchor |
function |
core/modules/image/image.admin.inc |
Prepares variables for image anchor templates. |
template_preprocess_image_formatter |
function |
core/modules/image/image.field.inc |
Prepares variables for image formatter templates. |
template_preprocess_image_style |
function |
core/modules/image/image.module |
Prepares variables for image style templates. |
template_preprocess_image_style_preview |
function |
core/modules/image/image.admin.inc |
Prepares variables for image style preview templates. |
template_preprocess_image_widget |
function |
core/modules/image/image.field.inc |
Prepares variables for image widget templates. |
template_preprocess_responsive_image |
function |
core/modules/responsive_image/responsive_image.module |
Prepares variables for a responsive image. |
template_preprocess_responsive_image_formatter |
function |
core/modules/responsive_image/responsive_image.module |
Prepares variables for responsive image formatter templates. |
TipPluginImage |
class |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php |
Displays an image as a tip. |
TipPluginImage.php |
file |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php |
|
TipPluginImage::$alt |
property |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php |
The alt text which is used for the image in this Tip. |
TipPluginImage::$token |
property |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php |
Token service. |
TipPluginImage::$url |
property |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php |
The URL which is used for the image in this Tip. |
TipPluginImage::create |
function |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php |
Creates an instance of the plugin. |
TipPluginImage::getBody |
function |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php |
Returns the body content of the tooltip. |
TipPluginImage::__construct |
function |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php |
Constructs a \Drupal\tour\Plugin\tour\tip\TipPluginText object. |
TipPluginImageLegacy |
class |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php |
Displays an image as a tip. |
TipPluginImageLegacy.php |
file |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php |
|