Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
DeletedFieldsRepository::$state property core/lib/Drupal/Core/Field/DeletedFieldsRepository.php The state key/value store.
DeletedFieldsRepository::addFieldDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Adds a field definition object to the deleted list.
DeletedFieldsRepository::addFieldStorageDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Adds a field storage definition object to the deleted list.
DeletedFieldsRepository::getFieldDefinitions function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Returns a list of deleted field definitions.
DeletedFieldsRepository::getFieldStorageDefinitions function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Returns a list of deleted field storage definitions.
DeletedFieldsRepository::removeFieldDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Removes a field definition object from the deleted list.
DeletedFieldsRepository::removeFieldStorageDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Removes a field storage definition object from the deleted list.
DeletedFieldsRepository::__construct function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Constructs a new deleted fields repository.
DeletedFieldsRepositoryInterface interface core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Provides an interface for a deleted fields repository.
DeletedFieldsRepositoryInterface.php file core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php
DeletedFieldsRepositoryInterface::addFieldDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Adds a field definition object to the deleted list.
DeletedFieldsRepositoryInterface::addFieldStorageDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Adds a field storage definition object to the deleted list.
DeletedFieldsRepositoryInterface::getFieldDefinitions function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Returns a list of deleted field definitions.
DeletedFieldsRepositoryInterface::getFieldStorageDefinitions function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Returns a list of deleted field storage definitions.
DeletedFieldsRepositoryInterface::removeFieldDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Removes a field definition object from the deleted list.
DeletedFieldsRepositoryInterface::removeFieldStorageDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Removes a field storage definition object from the deleted list.
DeletedWorkspaceConstraintValidator class core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Checks if data still exists for a deleted workspace ID.
DeletedWorkspaceConstraintValidator.php file core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php
DeletedWorkspaceConstraintValidator::$workspaceAssociation property core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php The workspace association service.
DeletedWorkspaceConstraintValidator::create function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Instantiates a new instance of this class.
DeletedWorkspaceConstraintValidator::validate function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php
DeletedWorkspaceConstraintValidator::__construct function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Creates a new DeletedWorkspaceConstraintValidator instance.
DeleteMultipleForm::$tempStore property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The tempstore.
DemoteNode::getFieldsToUpdate function core/modules/node/src/Plugin/Action/DemoteNode.php Gets an array of values to be set.
demo_umami_toolbar function core/profiles/demo_umami/demo_umami.profile Implements hook_toolbar().
DenormalizeTest::testDenormalizeEmptyCustomSerializedField function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing empty custom serialized fields.
DenormalizeTest::testDenormalizeInvalidCustomSerializedField function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing invalid custom serialized fields.
DenormalizeTest::testDenormalizeValidCustomSerializedField function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing valid custom serialized fields.
DependencySerializationTrait::$_entityStorages property core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php An array of entity type IDs keyed by the property name of their storages.
DependencyTest::testOffsetGet function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php @covers ::offsetGet
@group legacy
@expectedDeprecation Array access to the Drupal\Core\Extension\Dependency name property is deprecated. Use Drupal\Core\Extension\Dependency::getName() instead. See…
DependencyTest::testOffsetGetException function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php @covers ::offsetGet
@group legacy
DependencyTest::testOffsetSet function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php @covers ::offsetSet
@group legacy
DependencyTest::testOffsetTest function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php @covers ::offsetExists
@group legacy
@expectedDeprecation Array access to Drupal\Core\Extension\Dependency properties is deprecated. Use accessor methods instead. See https://www.drupal.org/node/2756875
DependencyTest::testOffsetUnset function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php @covers ::offsetUnset
@group legacy
DeprecatedArray::getIterator function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedClassesTest::$aliasRepository property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::assertDeprecatedConstructorParameter function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php Test that deprecation for the \Drupal\Core\Path\AliasManagerInterface.
DeprecatedClassesTest::testDeprecatedRawConstructorParameters function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\views\Plugin\views\argument_default\Raw::__construct
DeprecatedClassesTest::testDeprecatedRequestPathConstructorParameters function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\system\Plugin\Condition\RequestPath::__construct
DeprecatedClassesTest::testDeprecatedSystemInformationFormConstructorParameters function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\system\Form\SiteInformationForm::__construct
DeprecatedCsrfTokenController class core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php Returns responses for Deprecated CSRF token routes.
DeprecatedCsrfTokenController.php file core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php
DeprecatedCsrfTokenController::$tokenGenerator property core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php The CSRF token generator.
DeprecatedCsrfTokenController::create function core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php Instantiates a new instance of this class.
DeprecatedCsrfTokenController::csrfToken function core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php Returns a CSRF using the deprecated 'rest' value protecting session token.
DeprecatedCsrfTokenController::__construct function core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php Constructs a new CsrfTokenController object.
DeprecatedServicesTest::testDecoratorForNewServiceImplementation function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php @expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
DeprecatedServicesTest::testDecoratorForOverriddenServiceImplementation function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php @expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
@expectedDeprecation The \Drupal\Core\Path\AliasManager…
DeprecatedServicesTest::testOverriddenServiceImplementation function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php @expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
@expectedDeprecation The \Drupal\Core\Path\AliasManager class is deprecated in drupal:8.8.0…
DerivativeDiscoveryDecorator class core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Base class providing the tools for a plugin discovery to be derivative aware.

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