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
AjaxBlockTest::testAddAjaxBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Tests configuring a field block for a user field.
AjaxCallbacksTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php The theme to install as the default for testing.
AjaxCallbacksTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php Modules to install.
AjaxCallbacksTest::testDateAjaxCallback function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php Tests if Ajax callback works on date element.
AjaxCallbacksTest::testDateTimeAjaxCallback function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php Tests if Ajax callback works on datetime element.
AjaxCommandsTest class core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php Test coverage for various classes in the \Drupal\Core\Ajax namespace.
AjaxCommandsTest.php file core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
AjaxCommandsTest::announceCommandProvider function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php Data provider for testAnnounceCommand().
AjaxCommandsTest::providerCss function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
AjaxCommandsTest::testAddCssCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\AddCssCommand[[api-linebreak]]
@dataProvider providerCss
AjaxCommandsTest::testAfterCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\AfterCommand[[api-linebreak]]
AjaxCommandsTest::testAlertCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\AlertCommand[[api-linebreak]]
AjaxCommandsTest::testAnnounceCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\AnnounceCommand[[api-linebreak]]
AjaxCommandsTest::testAppendCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\AppendCommand[[api-linebreak]]
AjaxCommandsTest::testBeforeCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\BeforeCommand[[api-linebreak]]
AjaxCommandsTest::testChangedCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\ChangedCommand[[api-linebreak]]
AjaxCommandsTest::testCloseDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CloseDialogCommand[[api-linebreak]]
AjaxCommandsTest::testCloseModalDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CloseModalDialogCommand[[api-linebreak]]
AjaxCommandsTest::testCssCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CssCommand[[api-linebreak]]
AjaxCommandsTest::testDataCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\DataCommand[[api-linebreak]]
AjaxCommandsTest::testHtmlCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\HtmlCommand[[api-linebreak]]
AjaxCommandsTest::testInsertCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\InsertCommand[[api-linebreak]]
AjaxCommandsTest::testInvokeCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\InvokeCommand[[api-linebreak]]
AjaxCommandsTest::testOpenDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\OpenDialogCommand[[api-linebreak]]
AjaxCommandsTest::testOpenModalDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\OpenModalDialogCommand[[api-linebreak]]
AjaxCommandsTest::testPrependCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\PrependCommand[[api-linebreak]]
AjaxCommandsTest::testRedirectCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\RedirectCommand[[api-linebreak]]
AjaxCommandsTest::testRemoveCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\RemoveCommand[[api-linebreak]]
AjaxCommandsTest::testReplaceCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\ReplaceCommand[[api-linebreak]]
AjaxCommandsTest::testRestripeCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\RestripeCommand[[api-linebreak]]
AjaxCommandsTest::testSetDialogOptionCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\SetDialogOptionCommand[[api-linebreak]]
AjaxCommandsTest::testSetDialogTitleCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\SetDialogTitleCommand[[api-linebreak]]
AjaxCommandsTest::testSettingsCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\SettingsCommand[[api-linebreak]]
AjaxCommandsTest::testUpdateBuildIdCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\UpdateBuildIdCommand[[api-linebreak]]
AjaxFileManagedMultipleTest class core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php Tests ajax upload to managed files.
AjaxFileManagedMultipleTest.php file core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php
AjaxFileManagedMultipleTest::$defaultTheme property core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php The theme to install as the default for testing.
AjaxFileManagedMultipleTest::$modules property core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php Modules to install.
AjaxFileManagedMultipleTest::testMultipleFilesUpload function core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php Tests if managed file form element works well with multiple files upload.
AjaxFormBlock::$formBuilder property core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php The form builder.
AjaxFormBlock::build function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Builds and returns the renderable array for this block plugin.
AjaxFormBlock::buildForm function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Form constructor.
AjaxFormBlock::getFormId function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Returns a unique string identifying the form.
AjaxFormBlock::updateOptions function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Updates the options of a select list.
AjaxFormBlock::validateForm function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Form validation handler.
AjaxFormCacheTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php The theme to install as the default for testing.
AjaxFormCacheTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php Modules to install.
AjaxFormImageButtonTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php The theme to install as the default for testing.
AjaxFormImageButtonTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php Modules to install.
AjaxFormPageCacheTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php The theme to install as the default for testing.

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