Search for gd_
| Title | Object type | File name | Summary |
|---|---|---|---|
| ExistingDrupal8StyleDatabaseConnectionInSettingsPhpTest::testReplicaDrupal8StyleDatabaseConnectionInSettingsPhp | function | core/ |
Confirms that the replica database connection works. |
| FieldConfigDeleteForm | class | core/ |
Provides a form for removing a field from a bundle. |
| FieldConfigDeleteForm.php | file | core/ |
|
| FieldConfigDeleteForm::$entityTypeBundleInfo | property | core/ |
The entity type bundle info service. |
| FieldConfigDeleteForm::buildForm | function | core/ |
Form constructor. |
| FieldConfigDeleteForm::create | function | core/ |
Instantiates a new instance of this class. |
| FieldConfigDeleteForm::getCancelUrl | function | core/ |
|
| FieldConfigDeleteForm::getConfigNamesToDelete | function | core/ |
Returns config names to delete for the deletion confirmation form. |
| FieldConfigDeleteForm::submitForm | function | core/ |
|
| FieldConfigDeleteForm::__construct | function | core/ |
Constructs a new FieldConfigDeleteForm object. |
| FieldItemBase::fieldSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| FieldItemBase::fieldSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldItemBase::storageSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| FieldItemBase::storageSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldItemInterface::fieldSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| FieldItemInterface::fieldSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldItemInterface::storageSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| FieldItemInterface::storageSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| FieldRenderedEntityTest::assertConfigDependencies | function | core/ |
Ensures that the config dependencies are calculated the right way. |
| FieldWebTest::testClickSortingDistinct | function | core/ |
Tests the default click sorting functionality with distinct. |
| FilterCaptionTwigDebugTest | class | core/ |
Tests the caption filter with Twig debugging on. |
| FilterCaptionTwigDebugTest.php | file | core/ |
|
| FilterCaptionTwigDebugTest::$modules | property | core/ |
Modules to install. |
| FilterCaptionTwigDebugTest::register | function | core/ |
Registers test-specific services. |
| FilterCaptionTwigDebugTest::testCaptionFilter | function | core/ |
Tests the caption filter with Twig debugging on. |
| FilterKernelTest::testLineBreakFilterTwigDebug | function | core/ |
Tests that the line break filter does not apply to twig debug. |
| GDImageToolkitOperationBase | class | core/ |
|
| GDImageToolkitOperationBase.php | file | core/ |
|
| 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::create | function | core/ |
Creates an instance of the plugin. |
| 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::getResource | function | core/ |
Retrieves the GD image resource. |
| 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. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.