Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
ArrayBuildTest::testTransform function core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php Tests successful transformation.
ArrayElement::buildDataDefinition function core/lib/Drupal/Core/Config/Schema/ArrayElement.php Creates a new data definition object from a type definition array and
actual configuration data.
ArrayElement::getElementDefinition function core/lib/Drupal/Core/Config/Schema/ArrayElement.php Gets data definition object for contained element.
articles-aside.css file core/profiles/demo_umami/themes/umami/css/components/blocks/articles-aside/articles-aside.css This file is used to style the 'Articles Aside' view.
AssertBlockAppearsTrait::findBlockInstance function core/modules/block/tests/src/Functional/AssertBlockAppearsTrait.php Find a block instance on the page.
AssertBreadcrumbTrait trait core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php Provides test assertions for verifying breadcrumbs.
AssertBreadcrumbTrait trait core/modules/system/tests/src/Functional/Menu/AssertBreadcrumbTrait.php Provides test assertions for verifying breadcrumbs.
AssertBreadcrumbTrait.php file core/modules/system/tests/src/Functional/Menu/AssertBreadcrumbTrait.php
AssertBreadcrumbTrait.php file core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php
AssertBreadcrumbTrait::assertBreadcrumb function core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php Assert that a given path shows certain breadcrumb links.
AssertBreadcrumbTrait::assertBreadcrumb function core/modules/system/tests/src/Functional/Menu/AssertBreadcrumbTrait.php Assert that a given path shows certain breadcrumb links.
AssertBreadcrumbTrait::assertBreadcrumbParts function core/modules/system/tests/src/Functional/Menu/AssertBreadcrumbTrait.php Assert that a trail exists in the internal browser.
AssertBreadcrumbTrait::assertBreadcrumbParts function core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php Assert that a trail exists in the internal browser.
AssertBreadcrumbTrait::getBreadcrumbParts function core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php Returns the breadcrumb contents of the current page in the internal browser.
AssertBreadcrumbTrait::getBreadcrumbParts function core/modules/system/tests/src/Functional/Menu/AssertBreadcrumbTrait.php Returns the breadcrumb contents of the current page in the internal browser.
AssertConfigTrait::assertConfigDiff function core/tests/Drupal/KernelTests/AssertConfigTrait.php Ensures that a specific config diff does not contain unwanted changes.
AssertContentTrait::$drupalSettings property core/tests/Drupal/KernelTests/AssertContentTrait.php The drupalSettings value from the current raw $content.
AssertContentTrait::assertEscaped function core/tests/Drupal/KernelTests/AssertContentTrait.php Passes if the raw text IS found escaped on the loaded page, fail otherwise.
AssertContentTrait::assertField function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field exists with the given name or ID.
AssertContentTrait::assertFieldById function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field exists with the given ID and value.
AssertContentTrait::assertFieldByName function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field exists with the given name and value.
AssertContentTrait::assertFieldByXPath function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field exists in the current page by the given XPath.
AssertContentTrait::assertFieldChecked function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a checkbox field in the current page is checked.
AssertContentTrait::assertFieldsByValue function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field exists in the current page with a given Xpath result.
AssertContentTrait::assertNoDuplicateIds function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that each HTML ID is used for just a single element.
AssertContentTrait::assertNoEscaped function core/tests/Drupal/KernelTests/AssertContentTrait.php Passes if the raw text IS NOT found escaped on the loaded page, fail
otherwise.
AssertContentTrait::assertNoField function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field does not exist with the given name or ID.
AssertContentTrait::assertNoFieldById function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field does not exist with the given ID and value.
AssertContentTrait::assertNoFieldByName function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field does not exist with the given name and value.
AssertContentTrait::assertNoFieldByXPath function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a field does not exist or its value does not match, by XPath.
AssertContentTrait::assertNoFieldChecked function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a checkbox field in the current page is not checked.
AssertContentTrait::assertNoOptionSelected function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a select option in the current page is not checked.
AssertContentTrait::assertOptionSelected function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a select option in the current page is checked.
AssertContentTrait::assertOptionSelectedWithDrupalSelector function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a select option in the current page is checked.
AssertContentTrait::assertOptionWithDrupalSelector function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a select option in the current page exists.
AssertContentTrait::buildXPathQuery function core/tests/Drupal/KernelTests/AssertContentTrait.php Builds an XPath query.
AssertContentTrait::constructFieldXpath function core/tests/Drupal/KernelTests/AssertContentTrait.php Helper: Constructs an XPath for the given set of attributes and value.
AssertContentTrait::getDrupalSettings function core/tests/Drupal/KernelTests/AssertContentTrait.php Gets the value of drupalSettings for the currently-loaded page.
AssertContentTrait::getSelectedItem function core/tests/Drupal/KernelTests/AssertContentTrait.php Get the selected value from a select field.
AssertContentTrait::setDrupalSettings function core/tests/Drupal/KernelTests/AssertContentTrait.php Sets the value of drupalSettings for the currently-loaded page.
AssertHelperTestClass::testMethod function core/tests/Drupal/Tests/AssertHelperTraitTest.php
AssertHelperTraitTest::providerCastSafeStrings function core/tests/Drupal/Tests/AssertHelperTraitTest.php
AssertLegacyTrait::assertEscaped function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Passes if the raw text IS found escaped on the loaded page, fail otherwise.
AssertLegacyTrait::assertField function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a field exists with the given name or ID.
AssertLegacyTrait::assertFieldById function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a field exists with the given ID and value.
AssertLegacyTrait::assertFieldByName function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a field exists with the given name and value.
AssertLegacyTrait::assertFieldByXPath function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a field exists in the current page by the given XPath.
AssertLegacyTrait::assertFieldChecked function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a checkbox field in the current page is checked.
AssertLegacyTrait::assertFieldsByValue function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Asserts that a field exists in the current page with a given Xpath result.
AssertLegacyTrait::assertHeader function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Checks that current response header equals value.

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