Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Other projects
Title Object type File name Summary
DependentAccessInterface.php file core/lib/Drupal/Core/Access/DependentAccessInterface.php
DependentAccessInterface::getAccessDependency function core/lib/Drupal/Core/Access/DependentAccessInterface.php Gets the access dependency.
DependentAccessTest class core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Tests Drupal\Core\Access\RefinableDependentAccessTrait.
DependentAccessTest.php file core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php
DependentAccessTest::$forbidden property core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php An accessible object that results in forbidden access result.
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.
DeprecatedExtendsFormElement class core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php Provides render element that extends deprecated FormElement for testing.
DeprecatedExtendsFormElement.php file core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php
DeprecatedExtendsFormElement::getInfo function core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php Returns the element properties for this element.
DeprecatedExtendsRenderElement class core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php Provides render element that extends deprecated RenderElement for testing.
DeprecatedExtendsRenderElement.php file core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php
DeprecatedExtendsRenderElement::getInfo function core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php Returns the element properties for this element.
deprecated_module_dependency.info.yml file core/modules/system/tests/modules/deprecated_module_dependency/deprecated_module_dependency.info.yml core/modules/system/tests/modules/deprecated_module_dependency/deprecated_module_dependency.info.yml
deprecated_module_with_non_deprecated_dependency.info.yml file core/modules/system/tests/modules/deprecated_module_with_non_deprecated_dependency/deprecated_module_with_non_deprecated_dependency.info.yml core/modules/system/tests/modules/deprecated_module_with_non_deprecated_dependency/deprecated_module_with_non_deprecated_dependency.info.yml
Details::preRenderDetails function core/modules/system/tests/modules/element_info_test/src/Render/Element/Details.php Adds form element theming to details.
Details::preRenderDetails function core/lib/Drupal/Core/Render/Element/Details.php Adds form element theming to details.
DevelopmentSettingsFormTest::testDisabledRenderedOutputCacheBins function core/modules/system/tests/src/FunctionalJavascript/Form/DevelopmentSettingsFormTest.php Tests disabling cache bins which cache markup.
DialogRenderer class core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Default main content renderer for dialog requests.
DialogRenderer.php file core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php
DialogRenderer::$renderer property core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php The renderer.
DialogRenderer::$titleResolver property core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php The title resolver.
DialogRenderer::determineTargetSelector function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Determine the target selector for the OpenDialogCommand.
DialogRenderer::getDialogOptions function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Returns the dialog options from request.
DialogRenderer::getTitleAsStringable function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Gets the title as a string or stringable object.
DialogRenderer::renderResponse function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Renders the main content render array into a response.
DialogRenderer::__construct function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Constructs a new DialogRenderer.
dialog_renderer_test.info.yml file core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.info.yml core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.info.yml
dialog_renderer_test.libraries.yml file core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.libraries.yml core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.libraries.yml
dialog_renderer_test.routing.yml file core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml
dialog_renderer_test.services.yml file core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml

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