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 10.3.x for gd_
  5. Other projects
Title Object type File name Summary
GDImageToolkitOperationBase::getToolkit function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php The correctly typed image toolkit for GD operations.
GDToolkit class core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Defines the GD2 toolkit for image manipulation within Drupal.
GDToolkit.php file core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
GDToolkit::$fileSystem property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php The file system.
GDToolkit::$image property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php A GD image.
GDToolkit::$preLoadInfo property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Image information from a file, available prior to loading the GD object.
GDToolkit::$streamWrapperManager property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php The StreamWrapper manager.
GDToolkit::$type property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Image type represented by a PHP IMAGETYPE_* constant (e.g. IMAGETYPE_JPEG).
GDToolkit::buildConfigurationForm function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Form constructor.
GDToolkit::checkAvifSupport function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Checks if AVIF can encode image.
GDToolkit::create function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Instantiates a new instance of the implementing class using autowiring.
GDToolkit::extensionToImageType function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns the IMAGETYPE_xxx constant for the given extension.
GDToolkit::getHeight function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns the height of the image.
GDToolkit::getImage function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Retrieves the image.
GDToolkit::getMimeType function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns the MIME type of the image file.
GDToolkit::getRequirements function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Gets toolkit requirements in a format suitable for hook_requirements().
GDToolkit::getSupportedExtensions function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns a list of image file extensions supported by the toolkit.
GDToolkit::getTransparentColor function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Gets the color set for transparency in GIF images.
GDToolkit::getType function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Gets the PHP type of the image.
GDToolkit::getWidth function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns the width of the image.
GDToolkit::isAvailable function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Verifies that the Image Toolkit is set up correctly.
GDToolkit::isValid function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Checks if the image is valid.
GDToolkit::load function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Loads an image from a file.
GDToolkit::parseFile function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Determines if a file contains a valid image.
GDToolkit::save function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Writes an image resource to a destination file.
GDToolkit::setImage function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Sets an image or resets existing one.
GDToolkit::setType function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Sets the PHP type of the image.
GDToolkit::submitConfigurationForm function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Form submission handler.
GDToolkit::supportedTypes function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns a list of image types supported by the toolkit.
GDToolkit::__construct function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Constructs a GDToolkit object.
HtmxAttributesTest::booleanStringDataProvider function core/tests/Drupal/Tests/Core/Htmx/HtmxAttributesTest.php Provides data to ::testHxPushUrl and :testHxReplaceUrl.
ImageHooks::fieldConfigDelete function core/modules/image/src/Hook/ImageHooks.php Implements hook_ENTITY_TYPE_delete() for 'field_config'.
ImageHooks::fieldStorageConfigDelete function core/modules/image/src/Hook/ImageHooks.php Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'.
InstallerConfigDirectorySetNoDirectoryErrorTest class core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Tests installation when a config_sync_directory is set up but does not exist.
InstallerConfigDirectorySetNoDirectoryErrorTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php
InstallerConfigDirectorySetNoDirectoryErrorTest::$configDirectory property core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php The directory where the sync directory should be created during install.
InstallerConfigDirectorySetNoDirectoryErrorTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php The theme to install as the default for testing.
InstallerConfigDirectorySetNoDirectoryErrorTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Prepares the current environment for running the test.
InstallerConfigDirectorySetNoDirectoryErrorTest::setUpRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Installer step: Requirements problem.
InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Installer step: Configure settings.
InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Final installer step: Configure site.
InstallerConfigDirectorySetNoDirectoryErrorTest::testError function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Verifies that installation failed.
InstallerConfigDirectorySetNoDirectoryTest class core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php Tests the installer when a custom config directory set up but does not exist.
InstallerConfigDirectorySetNoDirectoryTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php
InstallerConfigDirectorySetNoDirectoryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php The theme to install as the default for testing.
InstallerConfigDirectorySetNoDirectoryTest::$syncDirectory property core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php The sync directory created during the install.
InstallerConfigDirectorySetNoDirectoryTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php Prepares the current environment for running the test.
InstallerConfigDirectorySetNoDirectoryTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php Verifies that installation succeeded.
InstallerConfigDirectoryTestBase class core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php Provides a base class for testing installing from existing configuration.
InstallerConfigDirectoryTestBase.php file core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectoryTestBase.php

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