You are here

constant CKEditorIntegrationTest::RETURN_KEY in Drupal 8

Same name and namespace in other branches
  1. 9 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 58

Class

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

Namespace

Drupal\Tests\media\FunctionalJavascript

Code

const RETURN_KEY = 13;