Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
DependentAccessTest::$neutral property core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php An accessible object that results in neutral access result.
DependentAccessTest::providerTestSetFirst function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Data provider for all test methods.
DependentAccessTest::setUp function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php
DependentAccessTest::testMergeGroup function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Tests merging a new dependency with an existing access group dependency.
DependentAccessTest::testMergeNonGroup function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Tests merging a new dependency with existing non-group access dependency.
DependentAccessTest::testSetAccessDependency function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Tests that the previous dependency is replaced when using set.
DependentPluginDefinitionInterface interface core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Provides an interface for a plugin definition that has dependencies.
DependentPluginDefinitionInterface.php file core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.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 trait core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php Provides a trait for a plugin definition that has dependencies.
DependentPluginDefinitionTrait.php file core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
DependentPluginDefinitionTrait::$config_dependencies property core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php The 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
DependentPluginInterface interface core/lib/Drupal/Component/Plugin/DependentPluginInterface.php Provides an interface for a plugin that has dependencies.
DependentPluginInterface.php file core/lib/Drupal/Component/Plugin/DependentPluginInterface.php
DependentPluginInterface::calculateDependencies function core/lib/Drupal/Component/Plugin/DependentPluginInterface.php Calculates dependencies for the configured plugin.
DependentWithRemovalPluginInterface interface core/modules/views/src/Plugin/DependentWithRemovalPluginInterface.php Provides an interface for a plugin that has dependencies that can be removed.
DependentWithRemovalPluginInterface.php file core/modules/views/src/Plugin/DependentWithRemovalPluginInterface.php
DependentWithRemovalPluginInterface::onDependencyRemoval function core/modules/views/src/Plugin/DependentWithRemovalPluginInterface.php Allows a plugin to define whether it should be removed.
Deprecated class core/modules/system/tests/modules/element_info_test/src/Element/Deprecated.php Provides deprecated render element for testing.
deprecated-template.html.twig file core/modules/system/tests/modules/deprecated_twig_template/templates/deprecated-template.html.twig <div class="deprecated-template">
{{ message }}
</div>
deprecated.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/deprecated.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/deprecated.libraries.yml
Deprecated.php file core/modules/system/tests/modules/element_info_test/src/Element/Deprecated.php
Deprecated::getInfo function core/modules/system/tests/modules/element_info_test/src/Element/Deprecated.php
Deprecated::__construct function core/modules/system/tests/modules/element_info_test/src/Element/Deprecated.php
DeprecatedArray class core/lib/Drupal/Component/Utility/DeprecatedArray.php An array that triggers a deprecation warning when accessed.
DeprecatedArray.php file core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::$message property core/lib/Drupal/Component/Utility/DeprecatedArray.php The deprecation message.
DeprecatedArray::count function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::getIterator function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetExists function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetGet function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetSet function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetUnset function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::serialize function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::unserialize function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::__construct function core/lib/Drupal/Component/Utility/DeprecatedArray.php DeprecatedArray constructor.
DeprecatedAssetsTest class core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php Checks the status and definition contents of deprecated libraries.
DeprecatedAssetsTest.php file core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php
DeprecatedAssetsTest::deprecatedLibrariesProvider function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php The data provider for testDeprecatedLibraries.
DeprecatedAssetsTest::testDeprecatedLibraries function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php Confirms the status and definition contents of deprecated libraries.
DeprecatedController class core/modules/system/tests/modules/deprecation_test/src/DeprecatedController.php Defines a controller that calls a deprecated method.
DeprecatedController.php file core/modules/system/tests/modules/deprecation_test/src/DeprecatedController.php
DeprecatedController::deprecatedMethod function core/modules/system/tests/modules/deprecation_test/src/DeprecatedController.php Controller callback.
DeprecatedElementTest class core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Tests Deprecated Element.
DeprecatedElementTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php
DeprecatedElementTest::$modules property core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Modules to install.
DeprecatedElementTest::testBuildInfo function core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Tests that render elements can trigger deprecations in their constructor.

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