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 11.x for d
  5. Other projects
Title Object type File name Summary
BrowserTestBaseTest::testGetDefaultDriveInstance function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
BrowserTestBaseTest::testGetRandomGeneratorPropertyDeprecation function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php Tests the deprecation of accessing the randomGenerator property directly.
BrowserTestBaseTest::testMethodRequiresModule function core/tests/Drupal/KernelTests/Core/Test/BrowserTestBaseTest.php Tests that a test method is skipped when it requires a module not present.
BrowserTestBaseTest::testProfileModules function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Ensures we can't access modules we shouldn't be able to after install.
BrowserTestBaseTest::testRequiresModule function core/tests/Drupal/KernelTests/Core/Test/BrowserTestBaseTest.php Tests that a test case is skipped when it requires a module not present.
BrowserTestBaseTest::testSimpleTestBaseUrlValidation function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Test if setting an invalid scheme in SIMPLETEST_BASE_URL throws an exception.
BrowserTestBaseTest::testTearDownWithoutSetUp function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php Tests that tearDown doesn't call cleanupEnvironment if setUp is not called.
BrowserTestBaseTest::testVarDump function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the dump() function provided by the var-dumper Symfony component.
BrowserTestBaseUserAgentTest::$defaultTheme property core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php The theme to install as the default for testing.
BrowserTestBaseUserAgentTest::testUserAgentValidation function core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php Tests validation of the User-Agent header we use to perform test requests.
BrowserWithJavascriptTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php The theme to install as the default for testing.
BrowserWithJavascriptTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Modules to install.
BrowserWithJavascriptTest::drupalGetWithAlert function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Retrieves a Drupal path or an absolute path.
BrowserWithJavascriptTest::testAssertJsCondition function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
BubbleableMetadata class core/lib/Drupal/Core/Render/BubbleableMetadata.php Value object used for bubbleable rendering metadata.
BubbleableMetadata.php file core/lib/Drupal/Core/Render/BubbleableMetadata.php
BubbleableMetadata::addCacheableDependency function core/lib/Drupal/Core/Render/BubbleableMetadata.php
BubbleableMetadata::applyTo function core/lib/Drupal/Core/Render/BubbleableMetadata.php Applies the values of this bubbleable metadata object to a render array.
BubbleableMetadata::createFromObject function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a bubbleable metadata object from a depended object.
BubbleableMetadata::createFromRenderArray function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a bubbleable metadata object with values taken from a render array.
BubbleableMetadata::merge function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a new bubbleable metadata object by merging this one with another.
BubbleableMetadata::mergeAttachments function core/lib/Drupal/Core/Render/BubbleableMetadata.php Merges two attachments arrays (which live under the '#attached' key).
BubbleableMetadataTest class core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @coversDefaultClass \Drupal\Core\Render\BubbleableMetadata[[api-linebreak]]
@group Render
BubbleableMetadataTest.php file core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php
BubbleableMetadataTest::providerTestAddAttachments function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testAddAttachments().
BubbleableMetadataTest::providerTestAddCacheableDependency function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testMerge().
BubbleableMetadataTest::providerTestApplyTo function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testApplyTo().
BubbleableMetadataTest::providerTestCreateFromRenderArray function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for createFromRenderArray().
BubbleableMetadataTest::providerTestMerge function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testMerge().
BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadLinkMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHtmlHeadLinkMerging.
BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHtmlHeadMerging.
BubbleableMetadataTest::providerTestMergeAttachmentsHttpHeaderMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHttpHeaderMerging.
BubbleableMetadataTest::testAddAttachments function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::addAttachments[[api-linebreak]]
@covers ::setAttachments[[api-linebreak]]
@dataProvider providerTestAddAttachments
BubbleableMetadataTest::testAddCacheableDependency function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::addCacheableDependency[[api-linebreak]]
@dataProvider providerTestMerge
BubbleableMetadataTest::testApplyTo function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::applyTo[[api-linebreak]]
@dataProvider providerTestApplyTo
BubbleableMetadataTest::testCreateFromRenderArray function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::createFromRenderArray[[api-linebreak]]
@dataProvider providerTestCreateFromRenderArray
BubbleableMetadataTest::testMerge function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::merge[[api-linebreak]]
@dataProvider providerTestMerge
BubbleableMetadataTest::testMergeAttachmentsHtmlHeadLinkMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests html_head_link asset merging.
BubbleableMetadataTest::testMergeAttachmentsHtmlHeadMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests html_head asset merging.
BubbleableMetadataTest::testMergeAttachmentsHttpHeaderMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests http_header asset merging.
BubbleableMetadataTest::testMergeAttachmentsLibraryMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests library asset merging.
BubblingTest::bubblingCacheOverwritePrerender function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php #pre_render callback for testOverWriteCacheKeys().
BubblingTest::bubblingNestedPreRenderCached function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php #pre_render callback for testBubblingWithPrerender().
BubblingTest::bubblingNestedPreRenderUncached function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php #pre_render callback for testBubblingWithPrerender().
BubblingTest::bubblingPlaceholder function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php #lazy_builder callback for testBubblingWithPrerender().
BubblingTest::bubblingPreRender function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php #pre_render callback for testBubblingWithPrerender().
BubblingTest::trustedCallbacks function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php Lists the trusted callbacks provided by the implementing class.
BuilderInterface interface composer/Generator/BuilderInterface.php Produce the output for a metapackage.
BuilderInterface.php file composer/Generator/BuilderInterface.php
BuilderInterface::getPackage function composer/Generator/BuilderInterface.php Generate the Composer.json data for the current tag or branch.

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