| TableDragTest::assertOrder |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Asserts that several pieces of markup are in a given order in the page. |
| TableDragTest::assertTableRow |
function |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Asserts the values of a draggable row. |
| TableDragTest::DRAGGING_CSS_CLASS |
constant |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Class used to verify that dragging operations are in execution. |
| 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 this class. |
| 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. |
| TabledragWarningCommand |
class |
core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php |
AJAX command for conveying changed tabledrag rows. |
| TabledragWarningCommand.php |
file |
core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php |
|
| TabledragWarningCommand::getAttachedAssets |
function |
core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php |
Gets the attached assets. |
| TabledragWarningCommand::render |
function |
core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php |
Return an array to be run through json_encode and sent to the client. |
| TabledragWarningCommand::__construct |
function |
core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php |
Constructs a TableDragWarningCommand 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 |
| TableFormatter |
class |
core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php |
Plugin implementation of the 'file_table' formatter. |
| TableFormatter.php |
file |
core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php |
|
| TableFormatter::viewElements |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php |
Builds a renderable array for a field value. |
| TableMappingInterface |
interface |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Provides a common interface for mapping field columns to SQL tables. |
| TableMappingInterface.php |
file |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
|
| TableMappingInterface::DELTA |
constant |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
A property that represents delta used in entity query conditions. |
| TableMappingInterface::getAllColumns |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets a list of all database columns for a given table. |
| TableMappingInterface::getAllFieldTableNames |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets all the table names in which an entity field is stored. |
| TableMappingInterface::getColumnNames |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets a mapping of field columns to database columns for a given field. |
| TableMappingInterface::getExtraColumns |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets a list of extra database columns, which store denormalized data. |
| TableMappingInterface::getFieldColumnName |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Generates a column name for a field property. |
| TableMappingInterface::getFieldNames |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets a list of names for entity fields stored in the specified table. |
| TableMappingInterface::getFieldTableName |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets the table name for a given column. |
| TableMappingInterface::getReservedColumns |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets the list of columns that can not be used as field type columns. |
| TableMappingInterface::getTableNames |
function |
core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php |
Gets a list of table names for this mapping. |
| Tables |
class |
core/modules/workspaces/src/EntityQuery/Tables.php |
Alters entity queries to use a workspace revision instead of the default one. |
| Tables |
class |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
Adds tables and fields to the SQL entity query. |