Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
AjaxCommandsTest::testChangedCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\ChangedCommand
AjaxCommandsTest::testCloseDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CloseDialogCommand
AjaxCommandsTest::testCloseModalDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CloseModalDialogCommand
AjaxCommandsTest::testCssCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\CssCommand
AjaxCommandsTest::testDataCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\DataCommand
AjaxCommandsTest::testHtmlCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\HtmlCommand
AjaxCommandsTest::testInsertCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\InsertCommand
AjaxCommandsTest::testInvokeCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\InvokeCommand
AjaxCommandsTest::testOpenDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\OpenDialogCommand
AjaxCommandsTest::testOpenModalDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\OpenModalDialogCommand
AjaxCommandsTest::testPrependCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\PrependCommand
AjaxCommandsTest::testRedirectCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\RedirectCommand
AjaxCommandsTest::testRemoveCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\RemoveCommand
AjaxCommandsTest::testReplaceCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\ReplaceCommand
AjaxCommandsTest::testRestripeCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\RestripeCommand
AjaxCommandsTest::testSetDialogOptionCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\SetDialogOptionCommand
AjaxCommandsTest::testSetDialogTitleCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\SetDialogTitleCommand
AjaxCommandsTest::testSettingsCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\SettingsCommand
AjaxCommandsTest::testUpdateBuildIdCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\UpdateBuildIdCommand
AjaxCssForm class core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php A form for testing delivery of CSS to CKEditor via AJAX.
AjaxCssForm.php file core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php
AjaxCssForm::$fileUrlGenerator property core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php The file URL generator.
AjaxCssForm::addCssIframe function core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php Handles the AJAX request to add CSS to the iframe editor.
AjaxCssForm::addCssInline function core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php Handles the AJAX request to add CSS to the inline editor.
AjaxCssForm::buildForm function core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php Form constructor.
AjaxCssForm::create function core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php Instantiates a new instance of this class.
AjaxCssForm::generateResponse function core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php Generates an AJAX response to add CSS to a CKEditor Text Editor instance.
AjaxCssForm::getFormId function core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php Returns a unique string identifying the form.
AjaxCssForm::submitForm function core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php Form submission handler.
AjaxCssForm::__construct function core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php Constructs an AjaxCssForm.
AjaxCssTest class core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php Tests delivery of CSS to CKEditor via AJAX.
AjaxCssTest.php file core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php
AjaxCssTest::$defaultTheme property core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php The theme to install as the default for testing.
AjaxCssTest::$modules property core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php Modules to enable.
AjaxCssTest::getEditorStyle function core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php Gets a computed style value for a CKEditor instance.
AjaxCssTest::setUp function core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php
AjaxCssTest::testCkeditorAjaxAddCss function core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php Tests adding style sheets dynamically to CKEditor.
AjaxCssTest::waitOnCkeditorInstance function core/modules/ckeditor/tests/src/FunctionalJavascript/AjaxCssTest.php Wait for a CKEditor instance to finish loading and initializing.
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 enable.
AjaxFileManagedMultipleTest::testMultipleFilesUpload function core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php Tests if managed file form element works well with multiple files upload.
AjaxFormBlock class core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Provides an AJAX form block.
AjaxFormBlock.php file core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php
AjaxFormBlock::$formBuilder property core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php The form builder.
AjaxFormBlock::$messenger property core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php The messenger.
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::create function core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php Creates an instance of the plugin.

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