views_handler_relationship_node_term_data::option_definition |
function |
core/modules/taxonomy/views/views_handler_relationship_node_term_data.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
TaxonomyViewsHandlerRelationshipNodeTermDataTest::createTerm |
function |
core/modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test |
Returns a new term with random properties in vocabulary $vid. |
DatabaseTransactionTestCase::testTransactionWithDdlStatement |
function |
core/modules/simpletest/tests/database_test.test |
Test the compatibility of transactions with DDL statements. |
DatabaseTransactionTestCase::testTransactionRollBackSupported |
function |
core/modules/simpletest/tests/database_test.test |
Test transaction rollback on a database that supports transactions. |
DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can use a subquery in a FROM clause with a limit. |
DatabaseFetchTestCase::testQueryFetchClassCustomConstructorArgs |
function |
core/modules/simpletest/tests/database_test.test |
Test passing custom constructor_args for a FETCH_CLASS. |
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. |
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. |
DatabaseTransactionTestCase::testTransactionRollBackNotSupported |
function |
core/modules/simpletest/tests/database_test.test |
Test transaction rollback on a database that does not support transactions. |
EntityReferenceBehaviorHandlerViewsFilterSelect::views_data_alter |
function |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerViewsFilterSelect.inc |
Alter the views data of a field. |
DatabaseTransactionTestCase::rollBackWithoutTransactionErrorHandler |
function |
core/modules/simpletest/tests/database_test.test |
Special handling of "rollback without transaction" errors. |
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue |
function |
core/modules/field/tests/field.test |
Test insert with missing or NULL fields, with default value. |
DatabaseStatementPrefetchGadgetChainTestCase::testUpdateQueryGadgetChain |
function |
core/modules/simpletest/tests/database_test.test |
Tests unserialization within the UpdateQuery class. |
DatabaseStatementPrefetchGadgetChainTestCase::testThemeRegistryGadgetChain |
function |
core/modules/simpletest/tests/database_test.test |
Tests unserialization within the theme registry. |
TaxonomyViewsHandlerRelationshipNodeTermDataTest::view_taxonomy_node_term_data |
function |
core/modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test |
|
TaxonomyViewsHandlerRelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData |
function |
core/modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test |
|