| 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]] |
| 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. |
| AjaxFormCacheTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
Tests the usage of form caching for AJAX forms. |
| AjaxFormCacheTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
|
| 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 enable. |
| AjaxFormCacheTest::testBlockForms |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
Tests AJAX forms in blocks. |
| AjaxFormCacheTest::testFormCacheUsage |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
Tests the usage of form cache for AJAX forms. |
| AjaxFormCacheTest::testQueryString |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
Tests AJAX forms on pages with a query string. |
| AjaxFormImageButtonTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php |
Tests the Ajax image buttons work with key press events. |
| AjaxFormImageButtonTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php |
|
| 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 enable. |
| AjaxFormImageButtonTest::testAjaxImageButtonKeypressEnter |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php |
Tests image buttons can be operated with the keyboard ENTER key. |
| AjaxFormImageButtonTest::testAjaxImageButtonKeypressSpace |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php |
Tests image buttons can be operated with the keyboard SPACE key. |
| AjaxFormPageCacheTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
Performs tests on AJAX forms in cached pages. |
| AjaxFormPageCacheTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
|
| AjaxFormPageCacheTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
The theme to install as the default for testing. |
| AjaxFormPageCacheTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
Modules to enable. |
| AjaxFormPageCacheTest::getFormBuildId |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
Return the build id of the current form. |
| AjaxFormPageCacheTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php |
|