Search for gd_

  1. Search 7.x for gd_
  2. Search 8.9.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::findTranslation function core/modules/locale/src/StringDatabaseStorage.php Loads a string translation object, fast query.
StringDatabaseStorage::getLocations function core/modules/locale/src/StringDatabaseStorage.php Loads string location information.
StringDatabaseStorage::getStrings function core/modules/locale/src/StringDatabaseStorage.php Loads multiple source string objects.
StringDatabaseStorage::getTranslations function core/modules/locale/src/StringDatabaseStorage.php Loads multiple string translation objects.
StringDatabaseStorage::save function core/modules/locale/src/StringDatabaseStorage.php Save string object to storage.
StringDatabaseStorage::updateLocation function core/modules/locale/src/StringDatabaseStorage.php Update locations for string.
StringDatabaseStorage::__construct function core/modules/locale/src/StringDatabaseStorage.php Constructs a new StringDatabaseStorage class.
StyleSensibleElementConstraint::$conflictingDisabledPluginMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php When a Style is defined with classes supported by a disabled plugin.
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.
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 for the GD image toolkit.
ToolkitGdTest.php file core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$directory property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php A directory where test image files can be saved to.
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::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::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::testResourceDestruction function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests that GD resources are freed from memory.
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
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.

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