Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
GdToolkitGifImageManipulationTest::testGifTransparentImages function core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php Tests for GIF images with transparency.
GdToolkitImageManipulationTestBase class core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php GD image toolkit image manipulation test base class.
GdToolkitImageManipulationTestBase.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::$directory property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php A directory where test image files can be saved to.
GdToolkitImageManipulationTestBase::$imageFactory property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php The image factory service.
GdToolkitImageManipulationTestBase::$modules property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Modules to install.
GdToolkitImageManipulationTestBase::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php The file name of the image under test.
GdToolkitImageManipulationTestBase::assertColorsAreEqual function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Assert two colors are equal by RGBA, net of full transparency.
GdToolkitImageManipulationTestBase::BLACK constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Colors that are used in testing.
GdToolkitImageManipulationTestBase::BLUE constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::FUCHSIA constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::getPixelColor function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Function for finding a pixel's RGBa values.
GdToolkitImageManipulationTestBase::GREEN constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::providerOperationTestCases function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Data provider for ::testManipulations().
GdToolkitImageManipulationTestBase::RED constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::ROTATE_TRANSPARENT constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::setUp function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::testManipulations function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Tests height, width and color for the corners for the final images.
GdToolkitImageManipulationTestBase::TRANSPARENT constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::WHITE constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::YELLOW constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitJpegImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitJpegImageManipulationTest.php GD image toolkit image manipulation of JPEG images.
GdToolkitJpegImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitJpegImageManipulationTest.php
GdToolkitJpegImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitJpegImageManipulationTest.php The file name of the image under test.
GdToolkitNoTransparencyGifImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitNoTransparencyGifImageManipulationTest.php GD image toolkit image manipulation of no-transparency GIF images.
GdToolkitNoTransparencyGifImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitNoTransparencyGifImageManipulationTest.php
GdToolkitNoTransparencyGifImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitNoTransparencyGifImageManipulationTest.php The file name of the image under test.
GdToolkitNoTransparencyGifImageManipulationTest::providerOperationTestCases function core/tests/Drupal/KernelTests/Core/Image/GdToolkitNoTransparencyGifImageManipulationTest.php Data provider for ::testManipulations().
GdToolkitPngImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php GD image toolkit image manipulation of PNG images.
GdToolkitPngImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php
GdToolkitPngImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php The file name of the image under test.
GdToolkitPngImageManipulationTest::pngImageProvider function core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php Provides a list of PNG image URIs for testing.
GdToolkitPngImageManipulationTest::testIncorrectIccpSrgbProfile function core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php Tests that GD doesn't trigger warnings for iCCP sRGB profiles.
GdToolkitWebpImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitWebpImageManipulationTest.php GD image toolkit image manipulation of WEBP images.
GdToolkitWebpImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitWebpImageManipulationTest.php
GdToolkitWebpImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitWebpImageManipulationTest.php The file name of the image under test.
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.
GenerateAutoloadReferenceFile::generateAutoload function composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php Generates the autoload file at the specified location.
GenerateAutoloadReferenceFile::__construct function composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php This class provides only static methods.
GeneratedButton class core/lib/Drupal/Core/GeneratedButton.php This class holds a <button> generated from the <button> route.
GeneratedButton.php file core/lib/Drupal/Core/GeneratedButton.php
GeneratedButton::TAG constant core/lib/Drupal/Core/GeneratedButton.php HTML tag to use when building the link.
GeneratedLink::__toString function core/lib/Drupal/Core/GeneratedLink.php Returns markup.
GenerateThemeTest::testCustomStarterkit function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme command on a theme without a version number.
GenerateThemeTest::testDeleteDirectory function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GeneratorNotInitializedException class core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php Class for exceptions thrown when the generator has not been initialized.

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