You are here

constant TableDragTest::DRAGGING_CSS_CLASS in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php \Drupal\FunctionalJavascriptTests\TableDrag\TableDragTest::DRAGGING_CSS_CLASS

Class used to verify that dragging operations are in execution.

File

core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php, line 19

Class

TableDragTest
Tests draggable table.

Namespace

Drupal\FunctionalJavascriptTests\TableDrag

Code

const DRAGGING_CSS_CLASS = 'tabledrag-test-dragging';