Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
FunctionsTest::testDrupalPreRenderLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Test the use of Link::preRenderLinks() on a nested array of links.
FunctionsTest::testDrupalPreRenderLinksLegacy function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Test the use of drupal_pre_render_links() on a nested array of links.
FunctionsTest::testImage function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests theme_image().
FunctionsTest::testIndexedKeyedLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests links.html.twig using links with indexed keys.
FunctionsTest::testItemList function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests item-list.html.twig.
FunctionsTest::testLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests links.html.twig.
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 enable.
GarbageCollectionTest::setUp function core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php
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::$preLoadInfo property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Image information from a file, available prior to loading the GD resource.
GDToolkit::$resource property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php A GD image resource.
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::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 a GD resource 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::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::__destruct function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Destructs a GDToolkit object.
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 command line application to generate proxy classes.
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.

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