Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
CKEditorIntegrationTest::$user property core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php The user to use during testing.
CKEditorIntegrationTest::assertContextMenuItemExists function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Asserts that a context menu item exists by aria-label attribute.
CKEditorIntegrationTest::assertContextMenuItemNotExists function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Asserts that a context menu item does not exist by aria-label attribute.
CKEditorIntegrationTest::assertSourceAttributeSame function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Verifies value of an attribute on the downcast <drupal-media> element.
CKEditorIntegrationTest::assignNameToCkeditorPanelIframe function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Assigns a name to the CKEditor context menu iframe.
CKEditorIntegrationTest::clickPathLinkByTitleAttribute function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Clicks a link in the editor's path links with the given title text.
CKEditorIntegrationTest::closeContextMenu function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Closes the open context menu.
CKEditorIntegrationTest::closeDialog function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Closes the metadata dialog.
CKEditorIntegrationTest::fillFieldInMetadataDialogAndSubmit function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Fills in a field in the metadata dialog for an embedded media item.
CKEditorIntegrationTest::getDrupalMediaFromSource function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Parses the <drupal-media> element from CKEditor's "source" view.
CKEditorIntegrationTest::getLastPreviewRequestTransferSize function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Gets the transfer size of the last preview request.
CKEditorIntegrationTest::leaveSourceMode function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Leaves source mode and returns to the CKEditor iframe.
CKEditorIntegrationTest::linkabilityProvider function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Data Provider for ::testLinkability.
CKEditorIntegrationTest::openContextMenu function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Opens the context menu for the currently selected widget.
CKEditorIntegrationTest::openMetadataDialog function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Clicks the `Edit media` button and waits for the metadata dialog.
CKEditorIntegrationTest::openMetadataDialogWithKeyPress function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Focuses on `Edit media` button and presses the given key.
CKEditorIntegrationTest::previewAccessProvider function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Data provider for ::testEmbedPreviewAccess.
CKEditorIntegrationTest::RETURN_KEY constant core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php The character code for the return key.
CKEditorIntegrationTest::setCaption function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Sets the text of the editable caption to the given text.
CKEditorIntegrationTest::setUp function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
CKEditorIntegrationTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
CKEditorIntegrationTest::setUp function core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
CKEditorIntegrationTest::SPACE_BAR constant core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php The character code for the space bar.
CKEditorIntegrationTest::submitDialog function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Closes and submits the metadata dialog.
CKEditorIntegrationTest::testAlignment function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests alignment integration.
CKEditorIntegrationTest::testAllowedMediaTypes function core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests the allowed media types setting on the MediaEmbed filter.
CKEditorIntegrationTest::testAlt function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests the EditorMediaDialog can set the alt attribute.
CKEditorIntegrationTest::testButton function core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests using DrupalMediaLibrary button to embed media into CKEditor.
CKEditorIntegrationTest::testConfigurationValidation function core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests validation that DrupalMediaLibrary requires media_embed filter.
CKEditorIntegrationTest::testDialogAccess function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Test the EditorMediaDialog's form elements' #access logic.
CKEditorIntegrationTest::testDrupalImageCaptionDialog function core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests if the Drupal Image Caption plugin appears and works as expected.
CKEditorIntegrationTest::testDrupalImageDialog function core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests if the Image button appears and works as expected.
CKEditorIntegrationTest::testEditableCaption function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests caption editing in the CKEditor widget.
CKEditorIntegrationTest::testEmbedPreviewAccess function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests preview route access.
CKEditorIntegrationTest::testErrorMessages function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests that failed media embed preview requests inform the end user.
CKEditorIntegrationTest::testFragmentLink function core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests if the fragment link to a textarea works with CKEditor enabled.
CKEditorIntegrationTest::testLinkability function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests linkability of the CKEditor widget.
CKEditorIntegrationTest::testOffCanvasStyles function core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests if CKEditor is properly styled inside an off-canvas dialog.
CKEditorIntegrationTest::testOnlyDrupalMediaTagProcessed function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests that only <drupal-media> tags are processed.
CKEditorIntegrationTest::testPreviewUsesDefaultThemeAndIsClientCacheable function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php The CKEditor Widget must load a preview generated using the default theme.
CKEditorIntegrationTest::testTranslationAlt function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Test that dialog loads appropriate translation's alt text.
CKEditorIntegrationTest::testViewMode function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests the EditorMediaDialog can set the data-view-mode attribute.
CKEditorIntegrationTest::waitForMetadataDialog function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Waits for the form that allows editing metadata.
CKEditorLoadingTest class core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php Tests loading of CKEditor.
CKEditorLoadingTest.php file core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php
CKEditorLoadingTest::$defaultTheme property core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php The theme to install as the default for testing.
CKEditorLoadingTest::$modules property core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php Modules to enable.
CKEditorLoadingTest::$normalUser property core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php A normal user with access to the 'plain_text' and 'filtered_html' formats.
CKEditorLoadingTest::$untrustedUser property core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php An untrusted user with access to only the 'plain_text' format.
CKEditorLoadingTest::getThingsToCheck function core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php

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