DatabaseConnection::popCommittableTransactions |
function |
includes/database/database.inc |
Internal function: commit all the transaction layers that can commit. |
DatabaseConnection::generateTemporaryTableName |
function |
includes/database/database.inc |
Generates a temporary table name. |
views_handler_argument_broken::ensure_my_table |
function |
modules/views/handlers/views_handler_argument.inc |
Ensure the main table for this handler is in the query. This is used
a lot. |
views_plugin_display_feed::defaultable_sections |
function |
modules/views/plugins/views_plugin_display_feed.inc |
Static member function to list which sections are defaultable
and what items each section contains. |
ThemeTableUnitTest::testThemeTableStickyHeaders |
function |
modules/simpletest/tests/theme.test |
Tableheader.js provides 'sticky' table headers, and is included by default. |
NodeAccessBaseTableTestCase::assertTaxonomyPage |
function |
modules/node/tests/node.test |
Checks taxonomy/term listings to ensure only accessible nodes are listed. |
field_test_query_efq_table_prefixing_test_alter |
function |
modules/field/tests/field_test/field_test.module |
Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'. |
_form_test_tableselect_multiple_true_form_submit |
function |
modules/simpletest/tests/form_test.module |
Process the tableselect #multiple = TRUE submitted values. |
FormsElementsTableSelectFunctionalTest::$profile |
property |
modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |
FormsElementsTableSelectFunctionalTest::testAjax |
function |
modules/simpletest/tests/form.test |
Test presence of ajax functionality |
ThemeTableUnitTest::testThemeTableWithNoStriping |
function |
modules/simpletest/tests/theme.test |
Tests that the 'no_striping' option works correctly. |
NodeAccessBaseTableTestCase::testNodeAccessBasic |
function |
modules/node/tests/node.test |
Tests the "private" node access functionality. |
views_handler_filter_many_to_one::ensure_my_table |
function |
modules/views/handlers/views_handler_filter_many_to_one.inc |
Override ensure_my_table so we can control how this joins in.
The operator actually has influence over joining. |
ThemeTableUnitTest::testThemeTableNoStickyHeaders |
function |
modules/simpletest/tests/theme.test |
If $sticky is FALSE, no tableheader.js should be included. |
_form_test_tableselect_multiple_false_form_submit |
function |
modules/simpletest/tests/form_test.module |
Process the tableselect #multiple = FALSE submitted values. |
ThemeTableUnitTest::testThemeTableWithEmptyMessage |
function |
modules/simpletest/tests/theme.test |
Tests that the table header is printed correctly even if there are no rows,
and that the empty text is displayed correctly. |
views_handler_relationship_broken::ensure_my_table |
function |
modules/views/handlers/views_handler_relationship.inc |
Ensure the main table for this handler is in the query. This is used
a lot. |
views_handler_argument_many_to_one::ensure_my_table |
function |
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. |
views_plugin_display_extender::defaultable_sections |
function |
modules/views/plugins/views_plugin_display_extender.inc |
Static member function to list which sections are defaultable
and what items each section contains. |
DatabaseConnection_mysql::popCommittableTransactions |
function |
drivers/database_mysql/database.inc |
Overridden to work around issues to MySQL not supporting transactional DDL. |
FormsElementsTableSelectFunctionalTest::testEmptyText |
function |
modules/simpletest/tests/form.test |
Test the display of the #empty text when #options is an empty array. |
DatabaseReservedKeywordTestCase::testTableNameQuoting |
function |
modules/simpletest/tests/database_test.test |
|
BootstrapResettableStaticTestCase::testBackdropStatic |
function |
modules/simpletest/tests/bootstrap.test |
Test that a variable reference returned by backdrop_static() gets reset when
backdrop_static_reset() is called. |
EntityFieldQueryTestCase::testEntityFieldQueryTableSort |
function |
modules/entity/tests/entity_query.test |
Tests the TableSort integration of EntityFieldQuery. |
FormsElementsTableSelectFunctionalTest::formSubmitHelper |
function |
modules/simpletest/tests/form.test |
Helper function for the option check test to submit a form while collecting errors. |
FieldTranslationsTestCase::testTranslatableFieldSaveLoad |
function |
modules/field/tests/field.test |
Test translatable fields storage/retrieval. |
FormsElementsTableSelectFunctionalTest::testMultipleTrue |
function |
modules/simpletest/tests/form.test |
Test the display of checkboxes when #multiple is TRUE. |
FormsElementsTableSelectFunctionalTest::testMultipleFalse |
function |
modules/simpletest/tests/form.test |
Test the display of radios when #multiple is FALSE. |
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery |
function |
modules/simpletest/tests/database_test.test |
Confirm that a tablesort query returns the correct results. |
FormsElementsTableSelectFunctionalTest::testAdvancedSelect |
function |
modules/simpletest/tests/form.test |
Test the #js_select property. |
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable |
function |
modules/entity/tests/entity_query.test |
Tests querying translatable fields. |
FormsFormStorageTestCase::testImmutableFormLegacyProtection |
function |
modules/simpletest/tests/form.test |
Verify that existing contrib code cannot overwrite immutable form state. |
DatabaseReservedKeywordTestCase::testMergeReservedWordTable |
function |
modules/simpletest/tests/database_test.test |
|
DatabaseReservedKeywordTestCase::testInsertReservedWordTable |
function |
modules/simpletest/tests/database_test.test |
|
DatabaseReservedKeywordTestCase::testDeleteReservedWordTable |
function |
modules/simpletest/tests/database_test.test |
|
DatabaseReservedKeywordTestCase::testUpdateReservedWordTable |
function |
modules/simpletest/tests/database_test.test |
|
DatabaseReservedKeywordTestCase::testTruncateReservedWordTable |
function |
modules/simpletest/tests/database_test.test |
|
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit |
function |
modules/simpletest/tests/form.test |
Test the submission of single and multiple values when #multiple is TRUE. |
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit |
function |
modules/simpletest/tests/form.test |
Test submission of values when #multiple is FALSE. |
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst |
function |
modules/simpletest/tests/database_test.test |
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first. |
DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort |
function |
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. |
DatabaseReservedKeywordTestCase::testSelectReservedWordTableCount |
function |
modules/simpletest/tests/database_test.test |
|
FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionchecker |
function |
modules/simpletest/tests/form.test |
Test the whether the option checker gives an error on invalid tableselect values for checkboxes. |
DatabaseReservedKeywordTestCase::testSelectReservedWordTableAllFields |
function |
modules/simpletest/tests/database_test.test |
|
FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionchecker |
function |
modules/simpletest/tests/form.test |
Test the whether the option checker gives an error on invalid tableselect values for radios. |
DatabaseReservedKeywordTestCase::testSelectReservedWordTableSpecificField |
function |
modules/simpletest/tests/database_test.test |
|