Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
FundamentalCompatibilityConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php
GarbageCollectionTest class core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php Tests garbage collection for the expirable key-value database storage.
GarbageCollectionTest.php file core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php
GarbageCollectionTest::$modules property core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php Modules to install.
GarbageCollectionTest::testGarbageCollection function core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php Tests garbage collection.
GDImageToolkitOperationBase class core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php
GDImageToolkitOperationBase.php file core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php
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::create function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Creates an instance of the plugin.
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::getResource function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Retrieves the GD image resource.
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::setResource function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Sets the GD image resource.
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.
GDToolkit::__get function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
GDToolkit::__isset function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
GDToolkit::__set function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
GDToolkit::__unset function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
generate-d6-content.sh file core/scripts/generate-d6-content.sh #!/usr/bin/env php
<?php

/**
* Generate content for a Drupal 6 database to test the upgrade process.
*
* Run this script at the root of an existing Drupal 6 installation.
* Steps to use this generation script:
* - Install drupal 6.
* - Run…
generate-d7-content.sh file core/scripts/generate-d7-content.sh #!/usr/bin/env php
<?php

/**
* Generate content for a Drupal 7 database to test the upgrade process.
*
* Run this script at the root of an existing Drupal 7 installation.
*
* Steps to use this generation script:
* - Install drupal 7.
* -…
generate-proxy-class.php file core/scripts/generate-proxy-class.php A script to generate proxy classes for lazy services.
GenerateAutoloadReferenceFile class composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php Generates an 'autoload.php' that includes the autoloader created by Composer.
GenerateAutoloadReferenceFile.php file composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php
GenerateAutoloadReferenceFile::autoLoadContents function composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php Builds the contents of the autoload file.
GenerateAutoloadReferenceFile::autoloadFileCommitted function composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php Determines whether or not the autoload file has been committed.
GenerateAutoloadReferenceFile::autoloadPath function composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php Generates a scaffold file path object for the autoload file.

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