Search for gd_

  1. Search 7.x for gd_
  2. Search 9.5.x for gd_
  3. Search 8.9.x for gd_
  4. Search 10.3.x for gd_
  5. Other projects
Title Object type File name Summary
ConfigInstaller::getDefaultConfigDirectory function core/lib/Drupal/Core/Config/ConfigInstaller.php Gets an extension's default configuration directory.
ConfigInstaller::getMissingDependencies function core/lib/Drupal/Core/Config/ConfigInstaller.php Returns an array of missing dependencies for a config object.
ConfigManager::getConfigDependencyManager function core/lib/Drupal/Core/Config/ConfigManager.php Creates and populates a ConfigDependencyManager object.
ConfigManagerInterface::getConfigDependencyManager function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Creates and populates a ConfigDependencyManager object.
ConfigMapperInterface::getConfigData function core/modules/config_translation/src/ConfigMapperInterface.php Returns an array with all configuration data.
ConfigNamesMapper::getConfigData function core/modules/config_translation/src/ConfigNamesMapper.php Returns an array with all configuration data.
ConfigNamesMapperTest::testGetConfigData function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getConfigData().
ConfigTest::assertConfigDataEquals function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Asserts all config data equals $data provided.
ConfigTest::assertOriginalConfigDataEquals function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Asserts all original config data equals $data provided.
ConfigTranslationFormBase::$baseConfigData property core/modules/config_translation/src/Form/ConfigTranslationFormBase.php An array of base language configuration data keyed by configuration names.
ContainerTest::testResolveServicesAndParametersForArgumentsUsingDeepArray function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that services with an array of arguments work correctly.
ContentEntityDeleteForm::logDeletionMessage function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityType::getConfigDependencyKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Gets the key that is used to store configuration dependencies.
ContentExportTest::testMissingDependenciesAreLogged function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests that the exporter handles missing dependencies gracefully.
CssOptimizerUnitTest::testTypeFilePreprocessingDisabled function core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php Tests a file CSS asset with preprocessing disabled.
DateRangeFieldTest::fromToSettingDataProvider function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Provides data for testing the 'from_to' setting.
DateTimeTest::testEnteringDateTimeViaSelectors function core/modules/system/tests/src/Functional/System/DateTimeTest.php Tests handling case with invalid data in selectors (like February, 31st).
DebugDump class core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Drupal's extension for printing dump() output results.
DebugDump.php file core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php
DebugDump::$colors property core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Whether colors should be used for printing.
DebugDump::$printCaller property core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Whether the caller of dump should be included in the report.
DebugDump::$stagingFilePath property core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php The path to the dump staging file.
DebugDump::bootstrap function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php
DebugDump::cliHandler function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php A CLI handler for \Symfony\Component\VarDumper\VarDumper.
DebugDump::decodeDump function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Decodes a dump retrieved from storage.
DebugDump::encodeDump function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Encodes the dump for storing.
DebugDump::getCaller function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Returns information about the caller of dump().
DebugDump::getDumps function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Retrieves dumps from storage.
DebugDump::isEnabled function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Determines if the extension is enabled.
DebugDump::testRunnerFinished function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Prints the dumps generated during the test.
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags function core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php Verifies that the default mobile meta tags can be removed.
DeleteForm::logDeletionMessage function core/modules/comment/src/Form/DeleteForm.php
DependentPluginDefinitionInterface::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Gets the config dependencies of this plugin definition.
DependentPluginDefinitionInterface::setConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Sets the config dependencies of this plugin definition.
DependentPluginDefinitionTrait::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
DependentPluginDefinitionTrait::setConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
DerivativeDiscoveryDecoratorTest::testExistingDerivative function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php Tests derivative definitions when a definition already exists.
DerivativeDiscoveryDecoratorTest::testSingleExistingDerivative function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php Tests a single definition when a derivative already exists.
DevelopmentSettingsFormTest::testTwigDevelopmentMode function core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php Tests turning on Twig development mode.
DevelopmentSettingsFormTest::twigDevelopmentData function core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php Test data for Twig development mode.
DialogDeprecationsTest class core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php Tests jQuery events deprecations.
DialogDeprecationsTest.php file core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php
DialogDeprecationsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php The theme to install as the default for testing.
DialogDeprecationsTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php Modules to install.
DialogDeprecationsTest::testDialogDeprecations function core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php Tests that the deprecation events are triggered.
DownloadTest::testOverwritingDownload function core/modules/migrate/tests/src/Kernel/process/DownloadTest.php Tests a download that overwrites an existing local file.
DriverModuleMissingDependenciesTest class core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php Tests for database driver module with missing dependency.
DriverModuleMissingDependenciesTest.php file core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php
DriverModuleMissingDependenciesTest::testDetermineDriversAutoloadingFailingOnMissingDependency function core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php Tests determine drivers autoloading failing on missing dependency.
EntityBase::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityBase.php Gets the key that is used to store configuration dependencies.

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