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