| TableDragTest::findRowById |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Finds a row in the test table by the row ID. |
| TableDragTest::findWeightsToggle |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Finds the show/hide weight toggle element. |
| TableDragTest::markRowHandleForDragging |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Marks a row handle for dragging. |
| TableDragTest::moveRowWithKeyboard |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Moves a row through the keyboard. |
| TableDragTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
|
| TableDragTest::testDragAndDrop |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Tests draggable table drag'n'drop. |
| TableDragTest::testKeyboardAccessibility |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Tests accessibility through keyboard of the tabledrag functionality. |
| TableDragTest::testNestedDraggableTables |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Tests nested draggable tables through keyboard. |
| TableDragTest::testRootLeafDraggableRowsWithKeyboard |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Tests the root and leaf behaviors for rows. |
| TableDragTest::testRowWeightSwitch |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Tests row weight switch. |
| TableDragTest::testTableDragChangedWarning |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Tests the warning that appears upon making changes to a tabledrag table. |
| TableDragTest::waitUntilDraggingCompleted |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Waits until the dragging operations are finished on a row handle. |
| TableDragTestForm |
class |
core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php |
Provides a form for draggable table testing. |
| TableDragTestForm.php |
file |
core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php |
|
| TableDragTestForm::$state |
property |
core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php |
The state service. |
| TableDragTestForm::buildForm |
function |
core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php |
Form constructor. |
| TableDragTestForm::buildFormActions |
function |
core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php |
Builds the test table form actions. |
| TableDragTestForm::buildTestTable |
function |
core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php |
Builds the draggable test table. |
| TableDragTestForm::create |
function |
core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| TableDragTestForm::getFormId |
function |
core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php |
Returns a unique string identifying the form. |
| TableDragTestForm::submitForm |
function |
core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php |
Form submission handler. |
| TableDragTestForm::__construct |
function |
core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php |
Constructs a TableDragTestForm object. |
| tabledrag_test.info.yml |
file |
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.info.yml |
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.info.yml |
| tabledrag_test.libraries.yml |
file |
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.libraries.yml |
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.libraries.yml |
| tabledrag_test.routing.yml |
file |
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml |
core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml |
| TableSelectTest |
class |
core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php |
Tests Drupal\Core\Render\Element\Tableselect. |
| TableSelectTest.php |
file |
core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php |
|
| TableSelectTest::testProcessTableselectWithLinkTitle |
function |
core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php |
Tests process tableselect with link title. |
| TableSelectTest::testProcessTableselectWithStringTitle |
function |
core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php |
Tests process tableselect with string title. |
| TableSortExtenderTest |
class |
core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php |
Tests table sorting. |
| TableSortExtenderTest.php |
file |
core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php |
|
| TableSortExtenderTest::testTableSortInit |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php |
Tests \Drupal\Core\Utility\TableSort::getContextFromRequest(). |
| TableTest |
class |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests built-in table theme functions. |
| TableTest |
class |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
For testing the table plugin. |
| TableTest.php |
file |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
|
| TableTest.php |
file |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
|
| TableTest::$captionText |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Text added to captions. |
| TableTest::$defaultTheme |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
The theme to install as the default for testing. |
| TableTest::$host |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
A host entity with a body field to embed images in. |
| TableTest::$modules |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Modules to install. |
| TableTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Modules to install. |
| TableTest::$tableCellText |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Text added to table cells. |
| TableTest::assertTableStructureInEditorData |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Confirms the structure of the table within the editor data. |
| TableTest::assertTableStructureInRenderedPage |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Confirms the saved page has the expected table structure. |
| TableTest::setUp |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
|
| TableTest::testTableCaptionUi |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Tests creating a table with caption in the UI. |
| TableTest::testTableConversion |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Confirms tables convert to the expected markup. |
| TableTest::testThemeTableFooter |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests that the 'footer' option works correctly. |
| TableTest::testThemeTableHeaderCellOption |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests that the 'header' option in cells works correctly. |
| TableTest::testThemeTableHeaderRenderArray |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests header elements with a mix of string and render array values. |