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. Other projects
Title Object type File name Summary
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.
GeneratorNotInitializedException.php file core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php
GenericCacheBackendUnitTestBase::$testObjectProperties property core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Most cache backends ensure changes to objects do not affect the cache.
Gettext::fileToDatabase function core/modules/locale/src/Gettext.php Reads the given PO files into the database.
Git::isRepository function composer/Plugin/Scaffold/Git.php Checks to see if the project root dir is in a git repository.
GitExcluder::excludeGitDirectories function core/modules/package_manager/src/PathExcluder/GitExcluder.php Excludes .git directories from stage operations.
GitExcluderTest::testGitDirectoriesExcludedActive function core/modules/package_manager/tests/src/Kernel/PathExcluder/GitExcluderTest.php Tests that Git directories are excluded from stage during PreCreate.
GitExcluderTest::testGitDirectoriesExcludedStage function core/modules/package_manager/tests/src/Kernel/PathExcluder/GitExcluderTest.php Tests that Git directories are excluded from active during PreApply.
GotoAction class core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Redirects to a different URL.
GotoAction.php file core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php
GotoAction::$dispatcher property core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php The event dispatcher service.
GotoAction::$unroutedUrlAssembler property core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php The unrouted URL assembler service.
GotoAction::access function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Checks object access.
GotoAction::buildConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Form constructor.
GotoAction::defaultConfiguration function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Gets default configuration for this plugin.
GotoAction::execute function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Executes the plugin.
GotoAction::submitConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Form submission handler.
GotoAction::__construct function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Constructs a GotoAction object.
GotoActionTest class core/tests/Drupal/KernelTests/Core/Action/GotoActionTest.php Tests Goto Action.
GotoActionTest.php file core/tests/Drupal/KernelTests/Core/Action/GotoActionTest.php
GotoActionTest::$modules property core/tests/Drupal/KernelTests/Core/Action/GotoActionTest.php Modules to install.
GotoActionTest::providerGotoAction function core/tests/Drupal/KernelTests/Core/Action/GotoActionTest.php Data provider for ::testGotoAction().
GotoActionTest::testGotoAction function core/tests/Drupal/KernelTests/Core/Action/GotoActionTest.php Tests goto action.
Grid::getCustomClass function core/modules/views/src/Plugin/views/style/Grid.php Return the token-replaced row or column classes for the specified result.
GroupwiseMax::submitOptionsForm function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php When the form is submitted, make sure to clear the subquery string cache.
HandlerBase::showExposeButton function core/modules/views/src/Plugin/views/HandlerBase.php Shortcut to display the expose/hide button.
HandlerBase::storeExposedInput function core/modules/views/src/Plugin/views/HandlerBase.php If set to remember exposed input in the session, store it there.

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