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.gd.yml |
file |
core/tests/fixtures/config_install/testing_config_install/system.image.gd.yml |
core/tests/fixtures/config_install/testing_config_install/system.image.gd.yml |
system.image.gd.yml |
file |
core/tests/fixtures/config_install/multilingual/system.image.gd.yml |
core/tests/fixtures/config_install/multilingual/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/tests/fixtures/config_install/testing_config_install/system.image.yml |
core/tests/fixtures/config_install/testing_config_install/system.image.yml |
system.image.yml |
file |
core/tests/fixtures/config_install/multilingual/system.image.yml |
core/tests/fixtures/config_install/multilingual/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 |
|
TipPluginImageLegacy::$alt |
property |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php |
The alt text which is used for the image in this Tip. |
TipPluginImageLegacy::$token |
property |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php |
Token service. |
TipPluginImageLegacy::$url |
property |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php |
The URL which is used for the image in this Tip. |
TipPluginImageLegacy::create |
function |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php |
Creates an instance of the plugin. |
TipPluginImageLegacy::getConfigurationOrNot |
function |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php |
|
TipPluginImageLegacy::__construct |
function |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php |
Constructs a TipPluginImageLegacy object. |
ToolbarItemConditionsMetConstraint::$imageUploadStatusRequiredMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php |
The violation message when the required image upload status is not set. |
ToolkitGdTest::$imageFactory |
property |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
The image factory service. |
ToolkitGdTest::providerSupportedImageTypes |
function |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
Data provider for ::testCreateImageFromScratch(). |