Search for gd_

  1. Search 7.x for gd_
  2. Search 9.5.x for gd_
  3. Search 8.9.x for gd_
  4. Search 11.x for gd_
  5. Other projects
Title Object type File name Summary
ToolkitGdTest::$modules property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Modules to install.
ToolkitGdTest::assertColorsAreEqual function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Assert two colors are equal by RGBA, net of full transparency.
ToolkitGdTest::BLACK constant core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Colors that are used in testing.
ToolkitGdTest::BLUE constant core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::FUCHSIA constant core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::getPixelColor function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Function for finding a pixel's RGBa values.
ToolkitGdTest::GREEN constant core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
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::RED constant core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::ROTATE_TRANSPARENT constant core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::setUp function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::testCreateImageFromScratch function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests creation of image from scratch, and saving to storage.
ToolkitGdTest::testCreateNewFailures function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests failures of the 'create_new' operation.
ToolkitGdTest::testGdFunctionsExist function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests that GD functions for the image type are available.
ToolkitGdTest::testGetRequirements function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php @covers ::getRequirements[[api-linebreak]]
ToolkitGdTest::testGifTransparentImages function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests for GIF images with transparency.
ToolkitGdTest::testManipulations function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests height, width and color for the corners for the final images.
ToolkitGdTest::testMissingOperation function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests calling a missing image operation plugin.
ToolkitGdTest::testResourceDeprecation function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests deprecated setResource() and getResource().
ToolkitGdTest::testSupportedExtensions function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php @covers ::getSupportedExtensions[[api-linebreak]]
@covers ::extensionToImageType[[api-linebreak]]
ToolkitGdTest::TRANSPARENT constant core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::WHITE constant core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::YELLOW constant core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitSetupFormTest::testGdToolkitRequirements function core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php Tests GD toolkit requirements on the Status Report.
TwigDebugMarkupTest class core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php Tests for Twig debug markup.
TwigDebugMarkupTest.php file core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php
TwigDebugMarkupTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php The theme to install as the default for testing.
TwigDebugMarkupTest::$modules property core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php Modules to install.
TwigDebugMarkupTest::testTwigDebugMarkup function core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php Tests debug markup added to Twig template output.
TwigDeprecationsTest class core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Tests deprecating variables passed to twig templates.
TwigDeprecationsTest.php file core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php
TwigDeprecationsTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Modules to install.
TwigDeprecationsTest::assertRendered function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Assert that 'theme_test_deprecations_preprocess' renders expected text.
TwigDeprecationsTest::getDeprecationMessage function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Get an example deprecation message for a named variable.
TwigDeprecationsTest::testAssignedVariableDeprecation function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Test deprecation of variables assigned inside template triggers no error.
TwigDeprecationsTest::testEmptyDeprecation function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Test deprecation of empty variable triggers error.
TwigDeprecationsTest::testHookThemeDeprecations function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Test deprecating variables at definition in hook_theme().
TwigDeprecationsTest::testMultipleDeprecations function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Test deprecation of multiple variables triggers errors.
TwigDeprecationsTest::testParentVariableDeprecation function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Test deprecation of variables in parent does not leak to child.
TwigDeprecationsTest::testSingleDeprecation function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Test deprecation of single variable triggers error.
TwigDeprecationsTest::testThemeTestDeprecations function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Test theme_test_deprecations_preprocess renders without deprecations.
TwigDeprecationsTest::testUndefinedDeprecation function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Test deprecation of undefined variable triggers no error.
TwigSettingsTest::testTwigDebugOverride function core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php Ensures Twig engine debug setting can be overridden.
UncaughtExceptionTest::testMissingDependency function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a missing dependency on a service.
ViewsConfigDependenciesIntegrationTest class core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests integration of views with other modules.
ViewsConfigDependenciesIntegrationTest.php file core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php
ViewsConfigDependenciesIntegrationTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Modules to install.
ViewsConfigDependenciesIntegrationTest::$testViews property core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Views to be enabled.
ViewsConfigDependenciesIntegrationTest::setUp function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.