DropIndexAllOnKeyValueExpireTableUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php |
|
DropIndexAllOnKeyValueExpireTableUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php |
Set database dump files to be used. |
DropIndexAllOnKeyValueExpireTableUpdateTest::testUpdate |
function |
core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php |
Tests that 'all' index is dropped from the 'key_value_expire' table. |
drupal_attach_tabledrag |
function |
core/includes/common.inc |
Assists in attaching the tableDrag JavaScript behavior to a themed table. |
ElementsTableSelectTest |
class |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
Tests the tableselect form element for expected behavior. |
ElementsTableSelectTest |
class |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the tableselect form element for expected behavior. |
ElementsTableSelectTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
|
ElementsTableSelectTest.php |
file |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
|
ElementsTableSelectTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
The theme to install as the default for testing. |
ElementsTableSelectTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
The theme to install as the default for testing. |
ElementsTableSelectTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
Modules to enable. |
ElementsTableSelectTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Modules to enable. |
ElementsTableSelectTest::formSubmitHelper |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Helper function for the option check test to submit a form while collecting errors. |
ElementsTableSelectTest::testAdvancedSelect |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the #js_select property. |
ElementsTableSelectTest::testAjax |
function |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
Tests the presence of ajax functionality for all options. |
ElementsTableSelectTest::testDisabledRows |
function |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
Tests table select with disabled rows. |
ElementsTableSelectTest::testEmptyText |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the display of the #empty text when #options is an empty array. |
ElementsTableSelectTest::testMultipleFalse |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the display of radios when #multiple is FALSE. |
ElementsTableSelectTest::testMultipleFalseOptionchecker |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests error handling for invalid tableselect values with radio buttons. |
ElementsTableSelectTest::testMultipleFalseSubmit |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests submission of values when #multiple is FALSE. |
ElementsTableSelectTest::testMultipleTrue |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the display of checkboxes when #multiple is TRUE. |
ElementsTableSelectTest::testMultipleTrueOptionchecker |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests error handling for invalid tableselect values with checkboxes. |
ElementsTableSelectTest::testMultipleTrueSubmit |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the submission of single and multiple values when #multiple is TRUE. |
ElementsTableSelectTest::testTableSelectColSpan |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the display when #colspan is set. |
EndOfTransactionQueriesTest::getStatementsForTable |
function |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
Filters statements by table name. |
EndOfTransactionQueriesTest::statementToTableName |
function |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
Returns the table name for a statement. |
EntityContentBaseTest::testUntranslatable |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php |
Tests that translation destination fails for untranslatable entities. |
EntityDecoupledTranslationRevisionsTest::$previousUntranslatableFieldValue |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php |
The previous untranslatable field value. |
EntityDecoupledTranslationRevisionsTest::dataTestUntranslatableFields |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php |
Data provider for ::testUntranslatableFields. |
EntityDecoupledTranslationRevisionsTest::testUntranslatableFields |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php |
Tests that untranslatable fields are handled correctly. |
EntityDefinitionTestTrait::renameBaseTable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Renames the base table to 'entity_test_update_new'. |
EntityDefinitionTestTrait::renameDataTable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Renames the data table to 'entity_test_update_data_new'. |
EntityDefinitionTestTrait::renameRevisionBaseTable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Renames the revision table to 'entity_test_update_revision_new'. |
EntityDefinitionTestTrait::renameRevisionDataTable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Renames the revision data table to 'entity_test_update_revision_data_new'. |
EntityDefinitionTestTrait::updateEntityTypeToNotTranslatable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the 'entity_test_update' entity type to not translatable. |
EntityDefinitionTestTrait::updateEntityTypeToRevisionableAndTranslatable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the test entity type to be revisionable and translatable. |
EntityDefinitionTestTrait::updateEntityTypeToTranslatable |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Updates the 'entity_test_update' entity type to translatable. |
EntityDefinitionUpdateTest::testCreateFieldAndIndexOnSharedTable |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Ensures that a new field and index on a shared table are created. |
EntityDisplayFormBase::getTableHeader |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns an array containing the table headers. |
EntityField::$base_table |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
A shortcut for $view->base_table. |
EntityField::add_field_table |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Determine if the field table should be added to the query. |
EntityField::clickSortable |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Determines if this field is click sortable. |
EntityField::getTableMapping |
function |
core/modules/views/src/Plugin/views/field/EntityField.php |
Gets the table mapping for the entity type of the field. |
EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode(). |
EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode(). |
EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getBaseFieldDefinitions() method with a translatable entity type. |
EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getBaseFieldDefinitions() method with a translatable entity type. |
EntityFormDisplayEditForm::getTableHeader |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
Returns an array containing the table headers. |
EntityLanguageTestBase::$untranslatableFieldName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
The untranslatable test field name. |
EntityNonRevisionableTranslatableFieldTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php |
Tests translating a non-revisionable field. |