CKEditorIntegrationTest.php |
file |
core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
|
CKEditorIntegrationTest::$account |
property |
core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
The account. |
CKEditorIntegrationTest::$adminUser |
property |
core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
The user to use during testing. |
CKEditorIntegrationTest::$defaultTheme |
property |
core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
The theme to install as the default for testing. |
CKEditorIntegrationTest::$defaultTheme |
property |
core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
The theme to install as the default for testing. |
CKEditorIntegrationTest::$defaultTheme |
property |
core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
The theme to install as the default for testing. |
CKEditorIntegrationTest::$filterFormat |
property |
core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
The FilterFormat config entity used for testing. |
CKEditorIntegrationTest::$host |
property |
core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
A host entity with a body field to embed media in. |
CKEditorIntegrationTest::$media |
property |
core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
The sample Media entity to embed. |
CKEditorIntegrationTest::$media |
property |
core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
The media item to embed. |
CKEditorIntegrationTest::$modules |
property |
core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
Modules to enable. |
CKEditorIntegrationTest::$modules |
property |
core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
Modules to enable. |
CKEditorIntegrationTest::$modules |
property |
core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php |
Modules to enable. |
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. |