You are here

constant CKEditorIntegrationTest::RETURN_KEY in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php \Drupal\Tests\media\FunctionalJavascript\CKEditorIntegrationTest::RETURN_KEY

The character code for the return key.

File

core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php, line 59

Class

CKEditorIntegrationTest
@coversDefaultClass \Drupal\media\Plugin\CKEditorPlugin\DrupalMedia @group media

Namespace

Drupal\Tests\media\FunctionalJavascript

Code

const RETURN_KEY = 13;