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. |
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::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. |
form_test_tableselect_ajax_callback |
function |
core/modules/system/tests/modules/form_test/form_test.module |
Ajax callback that returns the form element. |
IdMapTableNoDummyTest::testNoDummyTables |
function |
core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php |
Test that dummy map tables do not exist. |
MigrateSqlIdMapEnsureTablesTest |
class |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
Tests the SQL ID map plugin ensureTables() method. |
MigrateSqlIdMapEnsureTablesTest.php |
file |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
|
MigrateSqlIdMapEnsureTablesTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
The migration configuration, initialized to set the ID and destination IDs. |
MigrateSqlIdMapEnsureTablesTest::runEnsureTablesTest |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
Actually run the test. |
MigrateSqlIdMapEnsureTablesTest::testEnsureTablesExist |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
Tests the ensureTables method when the tables exist. |
MigrateSqlIdMapEnsureTablesTest::testEnsureTablesNotExist |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
Tests the ensureTables method when the tables do not exist. |
ModuleTestBase::assertModuleTablesDoNotExist |
function |
core/modules/system/src/Tests/Module/ModuleTestBase.php |
Assert that none of the tables defined in a module's hook_schema() exist. |
ModuleTestBase::assertModuleTablesDoNotExist |
function |
core/modules/system/tests/src/Functional/Module/ModuleTestBase.php |
Assert that none of the tables defined in a module's hook_schema() exist. |
ModuleTestBase::assertModuleTablesExist |
function |
core/modules/system/src/Tests/Module/ModuleTestBase.php |
Assert that all tables defined in a module's hook_schema() exist. |
ModuleTestBase::assertModuleTablesExist |
function |
core/modules/system/tests/src/Functional/Module/ModuleTestBase.php |
Assert that all tables defined in a module's hook_schema() exist. |
PostgresqlConnectionTest::providerEscapeTables |
function |
core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php |
Data provider for testEscapeTable. |
Query::$tables |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
The Tables object for this query. |
Query::getTables |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php |
Gets the Tables object for this query. |
QueryBase::tableSort |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Enables sortable tables for this query. |
QueryInterface::tableSort |
function |
core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Enables sortable tables for this query. |
ReservedWordTest::testSelectReservedWordTableSpecificField |
function |
core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php |
Tests SELECT query with a specific field from a table with a reserved name. |
ResettableStackedRouteMatchInterface |
interface |
core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php |
Defines an interface for a resettable stack of route matches. |
ResettableStackedRouteMatchInterface.php |
file |
core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php |
|
ResettableStackedRouteMatchInterface::resetRouteMatch |
function |
core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php |
Resets the route match static cache. |
ResettableStaticTest |
class |
core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php |
Tests that drupal_static() and drupal_static_reset() work. |