Search for gd_

  1. Search 7.x for gd_
  2. Search 9.5.x for gd_
  3. Search 10.3.x for gd_
  4. Search 11.x for gd_
  5. Other projects
Title Object type File name Summary
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.
CssOptimizerUnitTest::testTypeFilePreprocessingDisabled function core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php Tests a file CSS asset with preprocessing disabled.
DateTimeTest::testEnteringDateTimeViaSelectors function core/modules/system/tests/src/Functional/System/DateTimeTest.php Test handling case with invalid data in selectors (like February, 31st).
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.
DownloadTest::testOverwritingDownload function core/modules/migrate/tests/src/Kernel/process/DownloadTest.php Tests a download that overwrites an existing local file.
EntityBase::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityBase.php Gets the key that is used to store configuration dependencies.
EntityBase::getConfigDependencyName function core/lib/Drupal/Core/Entity/EntityBase.php Gets the configuration dependency name.
EntityDefinitionUpdateTest::baseFieldDeleteWithExistingDataTestCases function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Test cases for ::testBaseFieldDeleteWithExistingData.
EntityDefinitionUpdateTest::testBaseFieldDeleteWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests deleting a base field when it has existing data.
EntityDefinitionUpdateTest::testBaseFieldEntityKeyUpdateWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a base field when it has existing data.
EntityDefinitionUpdateTest::testBaseFieldUpdateWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a base field when it has existing data.
EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests deleting a bundle field when it has existing data.
EntityDefinitionUpdateTest::testBundleFieldUpdateWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a bundle field when it has existing data.
EntityDeleteFormTrait::logDeletionMessage function core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php Logs a message about the deleted entity.
EntityInterface::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the key that is used to store configuration dependencies.
EntityInterface::getConfigDependencyName function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the configuration dependency name.
EntityType::getBundleConfigDependency function core/lib/Drupal/Core/Entity/EntityType.php Gets the config dependency info for this entity, if any exists.
EntityType::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityType.php Gets the key that is used to store configuration dependencies.
EntityTypeInterface::getBundleConfigDependency function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the config dependency info for this entity, if any exists.
EntityTypeInterface::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the key that is used to store configuration dependencies.
EventSubscriber::onConfigDelete function core/modules/config/tests/config_import_test/src/EventSubscriber.php Reacts to a config delete and records information in state for testing.
ExecutablePluginBase::getConfigDefinition function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets the definition of a configuration option.
ExecutablePluginBase::getConfigDefinitions function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets an array of definitions of available configuration options.
FieldConfigDeleteForm class core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Provides a form for removing a field from a bundle.
FieldConfigDeleteForm.php file core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::$entityTypeBundleInfo property core/modules/field_ui/src/Form/FieldConfigDeleteForm.php The entity type bundle info service.
FieldConfigDeleteForm::buildForm function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Form constructor.
FieldConfigDeleteForm::create function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Instantiates a new instance of this class.
FieldConfigDeleteForm::getCancelUrl function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::getConfigNamesToDelete function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Returns config names to delete for the deletion confirmation form.
FieldConfigDeleteForm::submitForm function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::__construct function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Constructs a new FieldConfigDeleteForm object.
FieldItemBase::fieldSettingsFromConfigData function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a settings array in the field type's canonical representation.
FieldItemBase::fieldSettingsToConfigData function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a settings array that can be stored as a configuration value.
FieldItemBase::storageSettingsFromConfigData function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a settings array in the field type's canonical representation.
FieldItemBase::storageSettingsToConfigData function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a settings array that can be stored as a configuration value.

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