Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 8.9.x for d
  4. Search 10.3.x for d
  5. Other projects
Title Object type File name Summary
ActiveLinkTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/ActiveLinkTest.php The theme to install as the default for testing.
ActiveTheme::$librariesExtend property core/lib/Drupal/Core/Theme/ActiveTheme.php The list of libraries-extend definitions.
ActiveTheme::$librariesOverride property core/lib/Drupal/Core/Theme/ActiveTheme.php The libraries or library assets overridden by the theme.
ActiveTheme::getLibrariesExtend function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the libraries extended by the active theme.
ActiveTheme::getLibrariesOverride function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the libraries or library assets overridden by the active theme.
ActiveWorkspaceCheckTest::providerTestAccess function core/modules/workspaces/tests/src/Unit/ActiveWorkspaceCheckTest.php Provides data for the testAccess method.
ActiveWorkspaceTestForm::buildForm function core/modules/workspaces/tests/modules/workspaces_test/src/Form/ActiveWorkspaceTestForm.php Form constructor.
ActiveWorkspaceTestForm::getFormId function core/modules/workspaces/tests/modules/workspaces_test/src/Form/ActiveWorkspaceTestForm.php Returns a unique string identifying the form.
ActiveWorkspaceUpdateTest class core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php Tests that there is no active workspace during database updates.
ActiveWorkspaceUpdateTest.php file core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php
ActiveWorkspaceUpdateTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php The theme to install as the default for testing.
ActiveWorkspaceUpdateTest::$modules property core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php Modules to install.
ActiveWorkspaceUpdateTest::setUp function core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php
ActiveWorkspaceUpdateTest::testActiveWorkspaceDuringUpdate function core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php Tests that there is no active workspace during database updates.
add-menu-block-with-zero-depth.php file core/modules/block/tests/fixtures/update/add-menu-block-with-zero-depth.php Adds a menu block with a `depth` setting of 0.
AddBlockForm class core/modules/layout_builder/src/Form/AddBlockForm.php Provides a form to add a block.
AddBlockForm.php file core/modules/layout_builder/src/Form/AddBlockForm.php
AddBlockForm::buildForm function core/modules/layout_builder/src/Form/AddBlockForm.php Builds the form for the block.
AddBlockForm::getFormId function core/modules/layout_builder/src/Form/AddBlockForm.php Returns a unique string identifying the form.
AddBlockForm::submitLabel function core/modules/layout_builder/src/Form/AddBlockForm.php Returns the label for the submit button.
AddComponent class core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php Adds a component to a layout builder section.
AddComponent.php file core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php
AddComponent::apply function core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php Applies the config action.
AddComponent::create function core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php Creates an instance of the plugin.
AddComponent::__construct function core/modules/layout_builder/src/Plugin/ConfigAction/AddComponent.php
AddComponentDeriver class core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php @internal
This API is experimental.
AddComponentDeriver.php file core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php
AddComponentDeriver::create function core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php Creates a new class instance.
AddComponentDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php Gets the definition of all derivatives of a base plugin.
AddComponentDeriver::__construct function core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php
AddComponentDeriverTest class core/modules/layout_builder/tests/src/Unit/Plugin/ConfigAction/Deriver/AddComponentDeriverTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\ConfigAction\Deriver\AddComponentDeriver[[api-linebreak]]
@group layout_builder
AddComponentDeriverTest.php file core/modules/layout_builder/tests/src/Unit/Plugin/ConfigAction/Deriver/AddComponentDeriverTest.php
AddComponentDeriverTest::testGetDerivativeDefinitions function core/modules/layout_builder/tests/src/Unit/Plugin/ConfigAction/Deriver/AddComponentDeriverTest.php Tests derivative generation for entities implementing SectionListInterface.
AddComponentTest class core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\ConfigAction\AddComponent[[api-linebreak]]
AddComponentTest.php file core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php
AddComponentTest::$configActionManager property core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php The config action manager.
AddComponentTest::$modules property core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php Modules to install.
AddComponentTest::$plugin property core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php The plugin.
AddComponentTest::provider function core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php Data provider for testAddComponent.
AddComponentTest::setUp function core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php
AddComponentTest::testActionFailsIfEntityNotFound function core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php Tests that applying the config action to a missing entity fails.
AddComponentTest::testAddComponent function core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php Tests adding a component to a view display using a config action.
AddComponentTest::testAddComponentToEmptyRegionThatIsNotFirst function core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php Tests that adding a component to another section works as expected.
AddCssCommand class core/lib/Drupal/Core/Ajax/AddCssCommand.php An AJAX command for adding css to the page via ajax.
AddCssCommand.php file core/lib/Drupal/Core/Ajax/AddCssCommand.php
AddCssCommand::$styles property core/lib/Drupal/Core/Ajax/AddCssCommand.php Arrays containing attributes of the stylesheets to be added to the page.
AddCssCommand::render function core/lib/Drupal/Core/Ajax/AddCssCommand.php Return an array to be run through json_encode and sent to the client.
AddCssCommand::__construct function core/lib/Drupal/Core/Ajax/AddCssCommand.php Constructs an AddCssCommand.
AddedStylesheetsTest class core/modules/ckeditor5/tests/src/Functional/AddedStylesheetsTest.php Test the ckeditor5-stylesheets theme config property.
AddedStylesheetsTest.php file core/modules/ckeditor5/tests/src/Functional/AddedStylesheetsTest.php

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