views_handler_argument_many_to_one::ensure_my_table |
function |
core/modules/views/handlers/views_handler_argument_many_to_one.inc |
Override ensure_my_table so we can control how this joins in.
The operator actually has influence over joining. |
DatabaseConnection_mysql::popCommittableTransactions |
function |
core/includes/database/mysql/database.inc |
Overridden to work around issues to MySQL not supporting transactional DDL. |
BootstrapResettableStaticTestCase::testBackdropStatic |
function |
core/modules/simpletest/tests/bootstrap.test |
Test that a variable reference returned by backdrop_static() gets reset when
backdrop_static_reset() is called. |
FormsElementsTableSelectFunctionalTest::testEmptyText |
function |
core/modules/simpletest/tests/form.test |
Test the display of the #empty text when #options is an empty array. |
EntityReferenceSelectionHandlerGeneric::ensureBaseTable |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Ensure a base table exists for the query. |
EntityFieldQueryTestCase::testEntityFieldQueryTableSort |
function |
core/modules/entity/tests/entity_query.test |
Tests the TableSort integration of EntityFieldQuery. |
FieldTranslationsTestCase::testTranslatableFieldSaveLoad |
function |
core/modules/field/tests/field.test |
Test translatable fields storage/retrieval. |
FormsElementsTableSelectFunctionalTest::testMultipleTrue |
function |
core/modules/simpletest/tests/form.test |
Test the display of checkboxes when #multiple is TRUE. |
FormsElementsTableSelectFunctionalTest::formSubmitHelper |
function |
core/modules/simpletest/tests/form.test |
Helper function for the option check test to submit a form while collecting errors. |
FormsElementsTableSelectFunctionalTest::testMultipleFalse |
function |
core/modules/simpletest/tests/form.test |
Test the display of radios when #multiple is FALSE. |
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that a tablesort query returns the correct results. |
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable |
function |
core/modules/entity/tests/entity_query.test |
Tests querying translatable fields. |
FormsElementsTableSelectFunctionalTest::testAdvancedSelect |
function |
core/modules/simpletest/tests/form.test |
Test the #js_select property. |
FormsFormStorageTestCase::testImmutableFormLegacyProtection |
function |
core/modules/simpletest/tests/form.test |
Verify that existing contrib code cannot overwrite immutable form state. |
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit |
function |
core/modules/simpletest/tests/form.test |
Test the submission of single and multiple values when #multiple is TRUE. |
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first. |
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit |
function |
core/modules/simpletest/tests/form.test |
Test submission of values when #multiple is FALSE. |
DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that if a sort is not set in a tableselect form there is no error thrown when using the default. |
FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionChecker |
function |
core/modules/simpletest/tests/form.test |
Test the whether the option checker gives an error on invalid tableselect values for checkboxes. |
FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionChecker |
function |
core/modules/simpletest/tests/form.test |
Test the whether the option checker gives an error on invalid tableselect values for radios. |