| 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. |
| EntityQueryTest::testTableSort |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests tablesort(). |
| EntityTestUpdateStorage::saveToDedicatedTables |
function |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php |
Saves values of fields that use dedicated tables. |
| EntityViewsDataTest::testBaseTables |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests base tables. |
| Feed::defaultableSections |
function |
core/modules/views/src/Plugin/views/display/Feed.php |
Lists the 'defaultable' sections and what items each section contains. |
| FieldableEntityDefinitionUpdateTest::assertBackupTables |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts that the backup tables have been kept after a successful update. |
| FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesRemoveBackupTables |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Tests the removal of the backup tables after a successful update. |
| FormTestTableSelectColspanForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php |
Builds a form to test table selects with different column spans. |
| FormTestTableSelectColspanForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php |
|
| FormTestTableSelectColspanForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php |
Form constructor. |
| FormTestTableSelectColspanForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php |
Returns a unique string identifying the form. |
| FormTestTableSelectColspanForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php |
Form submission handler. |
| FormTestTableSelectDisabledRowsForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php |
Builds a form to test table select with disabled rows. |
| FormTestTableSelectDisabledRowsForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php |
|
| FormTestTableSelectDisabledRowsForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php |
Form constructor. |
| FormTestTableSelectDisabledRowsForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php |
Returns a unique string identifying the form. |
| FormTestTableSelectDisabledRowsForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php |
Form submission handler. |
| FormTestTableSelectEmptyForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php |
Builds a form to test table select with '#options' set to empty. |
| FormTestTableSelectEmptyForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php |
|
| FormTestTableSelectEmptyForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php |
Form constructor. |
| FormTestTableSelectEmptyForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php |
Returns a unique string identifying the form. |
| FormTestTableSelectEmptyForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php |
Form submission handler. |
| FormTestTableSelectFormBase |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php |
Provides a base class for tableselect forms. |
| FormTestTableSelectFormBase.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php |
|
| FormTestTableSelectFormBase::tableselectAjaxCallback |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php |
Ajax callback that returns the form element. |
| FormTestTableSelectFormBase::tableselectFormBuilder |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php |
Build a form to test the tableselect element. |
| FormTestTableSelectJsSelectForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php |
Builds a form to test table select with JS. |
| FormTestTableSelectJsSelectForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php |
|
| FormTestTableSelectJsSelectForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php |
Form constructor. |
| FormTestTableSelectJsSelectForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php |
Returns a unique string identifying the form. |
| FormTestTableSelectJsSelectForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php |
Form submission handler. |
| FormTestTableSelectMultipleFalseForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php |
Builds a form to test table select with '#multiple" set to FALSE. |
| FormTestTableSelectMultipleFalseForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php |
|
| FormTestTableSelectMultipleFalseForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php |
Form constructor. |
| FormTestTableSelectMultipleFalseForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php |
Returns a unique string identifying the form. |
| FormTestTableSelectMultipleFalseForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php |
Form submission handler. |
| FormTestTableSelectMultipleTrueForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php |
Builds a form to test table select with '#multiple' as TRUE. |
| FormTestTableSelectMultipleTrueForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php |
|
| FormTestTableSelectMultipleTrueForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php |
Form constructor. |
| FormTestTableSelectMultipleTrueForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php |
Returns a unique string identifying the form. |
| FormTestTableSelectMultipleTrueForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php |
Form submission handler. |
| IdMapTableNoDummyTest::testNoDummyTables |
function |
core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php |
Tests that dummy map tables do not exist. |
| MigrateMessageControllerTest::createMigrateTables |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php |
Creates map and message tables for testing. |
| MigrateMessageControllerTest::createSourceTables |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php |
Create source tables. |