system_image_gd.yml |
file |
core/modules/system/migrations/system_image_gd.yml |
core/modules/system/migrations/system_image_gd.yml |
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::getOutput |
function |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php |
This method should not be used. It is deprecated from TipPluginInterface. |
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(). |
ToolkitGdTest::providerTestImageFiles |
function |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
Data provider for ::testManipulations(). |
ToolkitGdTest::testCreateImageFromScratch |
function |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
Tests creation of image from scratch, and saving to storage. |
ToolkitGdTest::testGifTransparentImages |
function |
core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php |
Tests for GIF images with transparency. |
ToolkitTest::$image |
property |
core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php |
Testing image. |
ToolkitTest::$imageEffectPluginManager |
property |
core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php |
The image effect plugin manager service. |
ToolkitTestBase::$image |
property |
core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php |
The image object for the test file. |
ToolkitTestBase::$imageFactory |
property |
core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php |
The image factory service. |
ToolkitTestBase::getImage |
function |
core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php |
Sets up an image with the custom toolkit. |
ToolkitTestBase::imageTestGetAllCalls |
function |
core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php |
Gets an array of calls to the test toolkit. |
ToolkitTestBase::imageTestReset |
function |
core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php |
Resets/initializes the history of calls to the test toolkit functions. |
ToolkitTestTrait::assertImageEffect |
function |
core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php |
Asserts the effect processing of an image effect plugin. |
ToolkitTestTrait::getImage |
function |
core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php |
Sets up an image with the custom toolkit. |
ToolkitTestTrait::imageTestGetAllCalls |
function |
core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php |
Gets an array of calls to the 'test' toolkit. |
ToolkitTestTrait::imageTestReset |
function |
core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php |
Resets/initializes the history of calls to the test toolkit functions. |
umami_preprocess_image_widget |
function |
core/profiles/demo_umami/themes/umami/umami.theme |
Implements hook_preprocess_image_widget(). |
UnicornEditor::validateImageUploadSettings |
function |
core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php |
#element_validate handler for "image_upload" in buildConfigurationForm(). |
UriDependentTestImageEffect |
class |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php |
Performs an image operation that depends on the URI of the original image. |
UriDependentTestImageEffect.php |
file |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php |
|
UriDependentTestImageEffect::applyEffect |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php |
Applies an image effect to the image object. |
UriDependentTestImageEffect::getUriDependentDimensions |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php |
Make the image dimensions dependent on the image file extension. |
UriDependentTestImageEffect::transformDimensions |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php |
Determines the dimensions of the styled image. |