Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| FunctionsTest::testDrupalPreRenderLinks | function | core/ |
Test the use of Link::preRenderLinks() on a nested array of links. |
| FunctionsTest::testDrupalPreRenderLinksLegacy | function | core/ |
Test the use of drupal_pre_render_links() on a nested array of links. |
| FunctionsTest::testImage | function | core/ |
Tests theme_image(). |
| FunctionsTest::testIndexedKeyedLinks | function | core/ |
Tests links.html.twig using links with indexed keys. |
| FunctionsTest::testItemList | function | core/ |
Tests item-list.html.twig. |
| FunctionsTest::testLinks | function | core/ |
Tests links.html.twig. |
| GarbageCollectionTest | class | core/ |
Tests garbage collection for the expirable key-value database storage. |
| GarbageCollectionTest.php | file | core/ |
|
| GarbageCollectionTest::$modules | property | core/ |
Modules to enable. |
| GarbageCollectionTest::setUp | function | core/ |
|
| GarbageCollectionTest::testGarbageCollection | function | core/ |
Tests garbage collection. |
| 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::$preLoadInfo | property | core/ |
Image information from a file, available prior to loading the GD resource. |
| GDToolkit::$resource | property | core/ |
A GD image resource. |
| 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/ |
|
| GDToolkit::create | function | core/ |
|
| GDToolkit::extensionToImageType | function | core/ |
Returns the IMAGETYPE_xxx constant for the given extension. |
| GDToolkit::getHeight | function | core/ |
|
| GDToolkit::getMimeType | function | core/ |
|
| GDToolkit::getRequirements | function | core/ |
|
| GDToolkit::getResource | function | core/ |
Retrieves the GD image resource. |
| GDToolkit::getSupportedExtensions | function | core/ |
|
| 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/ |
|
| GDToolkit::isAvailable | function | core/ |
|
| GDToolkit::isValid | function | core/ |
|
| GDToolkit::load | function | core/ |
Loads a GD resource from a file. |
| GDToolkit::parseFile | function | core/ |
|
| GDToolkit::save | function | core/ |
|
| GDToolkit::setResource | function | core/ |
Sets the GD image resource. |
| GDToolkit::setType | function | core/ |
Sets the PHP type of the image. |
| GDToolkit::submitConfigurationForm | function | core/ |
|
| GDToolkit::supportedTypes | function | core/ |
Returns a list of image types supported by the toolkit. |
| GDToolkit::__construct | function | core/ |
Constructs a GDToolkit object. |
| GDToolkit::__destruct | function | core/ |
Destructs a GDToolkit object. |
| generate-d6-content.sh | file | core/ |
#!/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/ |
#!/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/ |
A command line application to generate proxy classes. |
| GenerateAutoloadReferenceFile | class | composer/ |
Generates an 'autoload.php' that includes the autoloader created by Composer. |
| GenerateAutoloadReferenceFile.php | file | composer/ |
|
| GenerateAutoloadReferenceFile::autoLoadContents | function | composer/ |
Builds the contents of the autoload file. |
| GenerateAutoloadReferenceFile::autoloadFileCommitted | function | composer/ |
Determines whether or not the autoload file has been committed. |
Pagination
- Previous page
- Page 719
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.