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
BatchTestMockForm::buildForm function core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php Form constructor.
BatchTestMockForm::getFormId function core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php Returns a unique string identifying the form.
BatchTestMultiStepForm::buildForm function core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php Form constructor.
BatchTestMultiStepForm::getFormId function core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php Returns a unique string identifying the form.
BatchTestSimpleForm::buildForm function core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php Form constructor.
BatchTestSimpleForm::getFormId function core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php Returns a unique string identifying the form.
batch_test.module file core/modules/system/tests/modules/batch_test/batch_test.module Helper module for the Batch API tests.
BazCacheContext::getCacheableMetadata function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Gets the cacheability metadata for the context based on the parameter value.
bbb_update_test.info.yml file core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml
BcConfigSubscriber::getSubscribedEvents function core/modules/serialization/src/EventSubscriber/BcConfigSubscriber.php
BcEditor class core/modules/editor/tests/src/Unit/EditorBaseTest.php
BcEditor::getJSSettings function core/modules/editor/tests/src/Unit/EditorBaseTest.php Returns JavaScript settings to be attached.
BcEditor::getLibraries function core/modules/editor/tests/src/Unit/EditorBaseTest.php Returns libraries to be attached.
BcEditor::settingsForm function core/modules/editor/tests/src/Unit/EditorBaseTest.php
BcEditor::settingsFormSubmit function core/modules/editor/tests/src/Unit/EditorBaseTest.php
BcEditor::settingsFormValidate function core/modules/editor/tests/src/Unit/EditorBaseTest.php
BcRoutesTest::$modules property core/modules/settings_tray/tests/src/Kernel/BcRoutesTest.php Modules to enable.
BcTimestampNormalizerUnixTestTrait::formatExpectedTimestampItemValues function core/modules/rest/tests/src/Functional/BcTimestampNormalizerUnixTestTrait.php Formats a UNIX timestamp.
BeforeCommand class core/lib/Drupal/Core/Ajax/BeforeCommand.php An AJAX command for calling the jQuery before() method.
BeforeCommand.php file core/lib/Drupal/Core/Ajax/BeforeCommand.php
BeforeCommand::render function core/lib/Drupal/Core/Ajax/BeforeCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
Best practices for developers group core/core.api.php Overview of standards and best practices for developers
BigPipe::$eventDispatcher property core/modules/big_pipe/src/Render/BigPipe.php The event dispatcher.
BigPipe::$renderer property core/modules/big_pipe/src/Render/BigPipe.php The renderer.
BigPipe::filterEmbeddedResponse function core/modules/big_pipe/src/Render/BigPipe.php Filters the given embedded response, using the cumulative AJAX page state.
BigPipe::getPlaceholderOrder function core/modules/big_pipe/src/Render/BigPipe.php Gets the BigPipe placeholder order.
BigPipe::performPostSendTasks function core/modules/big_pipe/src/Render/BigPipe.php Performs tasks after sending content (and rendering placeholders).
BigPipe::performPreSendTasks function core/modules/big_pipe/src/Render/BigPipe.php Performs tasks before sending content (and rendering placeholders).
BigPipe::renderPlaceholder function core/modules/big_pipe/src/Render/BigPipe.php Renders a placeholder, and just that placeholder.
BigPipe::sendChunk function core/modules/big_pipe/src/Render/BigPipe.php Sends a chunk.
BigPipe::sendContent function core/modules/big_pipe/src/Render/BigPipe.php Sends an HTML response in chunks using the BigPipe technique.
BigPipe::sendNoJsPlaceholders function core/modules/big_pipe/src/Render/BigPipe.php Sends no-JS BigPipe placeholders' replacements as embedded HTML responses.
BigPipe::sendPlaceholders function core/modules/big_pipe/src/Render/BigPipe.php Sends BigPipe placeholders' replacements as embedded AJAX responses.
BigPipe::sendPostBody function core/modules/big_pipe/src/Render/BigPipe.php Sends </body> and everything after it.
BigPipe::sendPreBody function core/modules/big_pipe/src/Render/BigPipe.php Sends everything until just before </body>.
BigPipe::splitHtmlOnPlaceholders function core/modules/big_pipe/src/Render/BigPipe.php Splits a HTML string into fragments.
BigPipePlaceholderTestCase class core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php
BigPipePlaceholderTestCase::$bigPipeNoJsPlaceholder property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The expected BigPipe no-JS placeholder.
BigPipePlaceholderTestCase::$bigPipeNoJsPlaceholderRenderArray property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The corresponding expected BigPipe no-JS placeholder render array.
BigPipePlaceholderTestCase::$bigPipePlaceholderId property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The expected BigPipe placeholder ID.
BigPipePlaceholderTestCase::$bigPipePlaceholderRenderArray property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The corresponding expected BigPipe placeholder render array.
BigPipePlaceholderTestCase::$embeddedAjaxResponseCommands property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The corresponding expected embedded AJAX response.
BigPipePlaceholderTestCase::$embeddedHtmlResponse property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The corresponding expected embedded HTML response.
BigPipePlaceholderTestCase::$placeholder property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The expected corresponding placeholder string.
BigPipePlaceholderTestCase::$placeholderRenderArray property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The expected corresponding placeholder render array.
BigPipePlaceholderTestCase::$renderArray property core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php The original render array.
BigPipePlaceholderTestCase::__construct function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php
BigPipePlaceholderTestCases class core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php BigPipe placeholder test cases for use in both unit and integration tests.
BigPipePlaceholderTestCases.php file core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php
BigPipePlaceholderTestCases::cases function core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php Gets all BigPipe placeholder test cases.

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