NodeAccessBaseTableTestCase::assertTaxonomyPage |
function |
core/modules/node/tests/node.test |
Checks taxonomy/term listings to ensure only accessible nodes are listed. |
FormsElementsTableSelectFunctionalTest::testAjax |
function |
core/modules/simpletest/tests/form.test |
Test presence of ajax functionality |
ThemeTableUnitTest::testThemeTableWithNoStriping |
function |
core/modules/simpletest/tests/theme.test |
Tests that the 'no_striping' option works correctly. |
FormsElementsTableSelectFunctionalTest::$profile |
property |
core/modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |
_form_test_tableselect_multiple_true_form_submit |
function |
core/modules/simpletest/tests/form_test.module |
Process the tableselect #multiple = TRUE submitted values. |
NodeAccessBaseTableTestCase::testNodeAccessBasic |
function |
core/modules/node/tests/node.test |
Tests the "private" node access functionality. |
views_handler_filter_many_to_one::ensure_my_table |
function |
core/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 |
core/modules/simpletest/tests/theme.test |
If $sticky is FALSE, no tableheader.js should be included. |
_form_test_tableselect_multiple_false_form_submit |
function |
core/modules/simpletest/tests/form_test.module |
Process the tableselect #multiple = FALSE submitted values. |
views_handler_relationship_broken::ensure_my_table |
function |
core/modules/views/handlers/views_handler_relationship.inc |
Ensure the main table for this handler is in the query. This is used
a lot. |
ThemeTableUnitTest::testThemeTableWithEmptyMessage |
function |
core/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_plugin_display_extender::defaultable_sections |
function |
core/modules/views/plugins/views_plugin_display_extender.inc |
Static member function to list which sections are defaultable
and what items each section contains. |
TabledragExampleTestCase::testTabledragExampleMenus |
function |
modules/examples/tabledrag_example/tests/tabledrag_example.test |
Tests the menu paths defined in tabledrag_example module. |
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. |