Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
AjaxBasePageNegotiatorTest.php file core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
AjaxBasePageNegotiatorTest::$negotiator property core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php The AJAX base page negotiator.
AjaxBasePageNegotiatorTest::$requestStack property core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php The request stack.
AjaxBasePageNegotiatorTest::$tokenGenerator property core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php The CSRF token generator.
AjaxBasePageNegotiatorTest::providerTestApplies function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
AjaxBasePageNegotiatorTest::setUp function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
AjaxBasePageNegotiatorTest::testApplies function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::applies[[api-linebreak]]
@dataProvider providerTestApplies
AjaxBasePageNegotiatorTest::testDetermineActiveThemeDefaultTheme function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme[[api-linebreak]]
AjaxBasePageNegotiatorTest::testDetermineActiveThemeInvalidToken function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme[[api-linebreak]]
AjaxBasePageNegotiatorTest::testDetermineActiveThemeValidToken function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme[[api-linebreak]]
AjaxBlockTest class core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Ajax blocks tests.
AjaxBlockTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
AjaxBlockTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php The theme to install as the default for testing.
AjaxBlockTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Modules to install.
AjaxBlockTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php
AjaxBlockTest::testAddAjaxBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php Tests configuring a field block for a user field.
AjaxCallbacksTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php Tests Ajax callbacks on FAPI elements.
AjaxCallbacksTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php
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]]

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