Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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.
generate-proxy-class.php file core/scripts/generate-proxy-class.php A script to generate proxy classes for lazy services.
GenerateAutoloadReferenceFile::autoLoadContents function composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php Builds the contents of the autoload file.
GenerateAutoloadReferenceFile::__construct function composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php This class provides only static methods.
GenerateAutoloadRuntimeReferenceFile::autoLoadRuntimeContents function composer/Plugin/Scaffold/GenerateAutoloadRuntimeReferenceFile.php Builds the contents of the autoload_runtime file.
GenerateAutoloadRuntimeReferenceFile::__construct function composer/Plugin/Scaffold/GenerateAutoloadRuntimeReferenceFile.php This class provides only static methods.
GeneratedLink::jsonSerialize function core/lib/Drupal/Core/GeneratedLink.php
GeneratedLink::setGeneratedLink function core/lib/Drupal/Core/GeneratedLink.php Sets the generated link.
GeneratedLink::__toString function core/lib/Drupal/Core/GeneratedLink.php Returns markup.
GeneratedUrl::setGeneratedUrl function core/lib/Drupal/Core/GeneratedUrl.php Sets the generated URL.
GeneratePermutationsTrait trait core/tests/Drupal/Tests/Traits/Core/GeneratePermutationsTrait.php Adds ability to convert a list of parameters into a stack of permutations.
GeneratePermutationsTrait.php file core/tests/Drupal/Tests/Traits/Core/GeneratePermutationsTrait.php
GeneratePermutationsTrait::generatePermutations function core/tests/Drupal/Tests/Traits/Core/GeneratePermutationsTrait.php Converts a list of possible parameters into a stack of permutations.
GenerateProxyClassApplication class core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php Provides a console command to generate proxy classes.
GenerateProxyClassApplication.php file core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php
GenerateProxyClassApplication::$proxyBuilder property core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php The proxy builder.
GenerateProxyClassApplication::getCommandName function core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php
GenerateProxyClassApplication::getDefaultCommands function core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php
GenerateProxyClassApplication::getDefinition function core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php Overridden so the application doesn't expect the command name as the first
argument.
GenerateProxyClassApplication::__construct function core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php Constructs a new GenerateProxyClassApplication instance.
GenerateProxyClassCommand class core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php Provides a console command to generate proxy classes.
GenerateProxyClassCommand.php file core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php
GenerateProxyClassCommand::$proxyBuilder property core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php The proxy builder.
GenerateProxyClassCommand::configure function core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php
GenerateProxyClassCommand::execute function core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php
GenerateProxyClassCommand::__construct function core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php Constructs a new GenerateProxyClassCommand instance.
GenerateTheme::createFilesFinder function core/lib/Drupal/Core/Command/GenerateTheme.php Returns a Symfony file finder.
GenerateTheme::getStarterKitVersion function core/lib/Drupal/Core/Command/GenerateTheme.php Gets the Starter Kit version string.
GenerateTheme::loadStarterKitConfig function core/lib/Drupal/Core/Command/GenerateTheme.php Loads the Starter Kit configuration.
GenerateTheme::namePatterns function core/lib/Drupal/Core/Command/GenerateTheme.php Returns the possible file name patterns.
GenerateTheme::__construct function core/lib/Drupal/Core/Command/GenerateTheme.php GenerateTheme constructor.
GenerateThemeTest class core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme commands.
GenerateThemeTest.php file core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::$originalInfo property core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php The unaltered starterkit.info.yml contents.
GenerateThemeTest::$php property core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php The PHP executable path.
GenerateThemeTest::$starterKitInfoYamlLocation property core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php The location of the starter kit .info.yml file.
GenerateThemeTest::assertThemeExists function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Asserts the theme exists. Returns the parsed *.info.yml file.
GenerateThemeTest::deleteGeneratedTheme function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Delete the generated theme.
GenerateThemeTest::doTestContribStarterkit function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme command on a theme with a release version number.
GenerateThemeTest::doTestDevSnapshot function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme command on a dev snapshot of Drupal core.
GenerateThemeTest::doTestGenerateTheme function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::doTestGeneratingFromAnotherTheme function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests generating a theme from another Starterkit enabled theme.
GenerateThemeTest::doTestNoEditMissingFilesWarning function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::doTestNoRename function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::doTestNoRenameMissingFilesWarning function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php

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