Search for gd_

  1. Search 7.x for gd_
  2. Search 9.5.x for gd_
  3. Search 10.3.x for gd_
  4. Search 11.x for gd_
  5. Other projects
Title Object type File name Summary
StringDatabaseStorage::__construct function core/modules/locale/src/StringDatabaseStorage.php Constructs a new StringDatabaseStorage class.
system.image.gd.yml file core/modules/system/config/install/system.image.gd.yml core/modules/system/config/install/system.image.gd.yml
SystemMenuBlockTest::testSystemMenuBlockConfigDependencies function core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php Tests calculation of a system menu block's configuration dependencies.
system_image_gd.yml file core/modules/system/migrations/system_image_gd.yml core/modules/system/migrations/system_image_gd.yml
TaxonomyIndexTidFilterTest::testConfigDependency function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php Tests dependencies are not added for terms that do not exist.
TaxonomyTermUpdatePathTest::testMissingDataUpdateRequirementsCheck function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Test the update hook requirements check for revisionable terms.
TestBase::$originalConfigDirectories property core/modules/simpletest/src/TestBase.php The original configuration directories.
TestConfigFactoryOverrideBase::onConfigDelete function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Actions to be performed to configuration override on configuration delete.
TestItem::fieldSettingsFromConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array in the field type's canonical representation.
TestItem::fieldSettingsToConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array that can be stored as a configuration value.
TestItem::storageSettingsFromConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array in the field type's canonical representation.
TestItem::storageSettingsToConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array that can be stored as a configuration value.
ThemeUiTest::testInstallModuleWithMissingDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with missing module dependencies.
ToolkitGdTest class core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests that core image manipulations work properly: scale, resize, rotate,
crop, scale and crop, and desaturate.
ToolkitGdTest.php file core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$black property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$blue property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$fuchsia property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$green property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$height property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$imageFactory property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php The image factory service.
ToolkitGdTest::$modules property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Modules to enable.
ToolkitGdTest::$red property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$rotateTransparent property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$transparent property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$white property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$width property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$yellow property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::checkRequirements function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Check module requirements for the Drupal use case.
ToolkitGdTest::colorsAreEqual function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Function to compare two colors by RGBa.
ToolkitGdTest::getPixelColor function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Function for finding a pixel's RGBa values.
ToolkitGdTest::setUp function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
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 Since PHP can't visually check that our images have been manipulated
properly, build a list of expected color values for each of the corners and
the expected height and widths for the final images.
ToolkitGdTest::testMissingOperation function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests calling a missing image operation plugin.
ToolkitGdTest::testResourceDestruction function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests that GD resources are freed from memory.
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 enable.
TwigDebugMarkupTest::testTwigDebugMarkup function core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php Tests debug markup added to Twig template output.
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.
UncaughtExceptionTest::testMissingDependencyCustomErrorHandler function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Tests a missing dependency on a service with a custom error handler.
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 enable.
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
ViewsConfigDependenciesIntegrationTest::testConfigRemovalBaseTable function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests uninstalling a module that provides a base table for a View.

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