TaxonomyTermIndexTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests the hook implementations that maintain the taxonomy index. |
TaxonomyLoadMultipleUnitTest |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Test the taxonomy_term_load_multiple() function. |
TaxonomyHooksTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests for taxonomy hook invocation. |
TaxonomyTermFieldTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests for taxonomy term field and formatter. |
TaxonomyTermFieldMultipleVocabularyTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests a taxonomy term reference field that allows multiple vocabularies. |
TaxonomyTokenReplaceTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Test taxonomy token replacement in strings. |
TaxonomyThemeTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests for verifying that taxonomy pages use the correct theme. |
TaxonomyEFQTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests the functionality of EntityFieldQuery for taxonomy entities. |
views_handler_filter_term_node_tid_depth |
class |
|
core/modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc |
Filter handler for taxonomy terms with depth. |
views_handler_field_term_link_edit |
class |
|
core/modules/taxonomy/views/views_handler_field_term_link_edit.inc |
Field handler to present a term edit link. |
views_handler_argument_term_node_tid_depth |
class |
|
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc |
Argument handler for taxonomy terms with depth. |
views_handler_argument_vocabulary |
class |
|
core/modules/taxonomy/views/views_handler_argument_vocabulary.inc |
Argument handler to accept a vocabulary name. |
views_handler_field_term_node_tid |
class |
|
core/modules/taxonomy/views/views_handler_field_term_node_tid.inc |
Field handler to display all taxonomy terms of a node. |
views_plugin_argument_default_taxonomy_tid |
class |
|
core/modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc |
Taxonomy tid default argument. |
views_handler_relationship_node_term_data |
class |
|
core/modules/taxonomy/views/views_handler_relationship_node_term_data.inc |
Relationship handler to return the taxonomy terms of nodes. |
views_plugin_argument_validate_taxonomy_term |
class |
|
core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc |
Validate whether an argument is an acceptable node. |
views_handler_filter_vocabulary |
class |
|
core/modules/taxonomy/views/views_handler_filter_vocabulary.inc |
Filter by vocabulary name. |
views_handler_field_taxonomy |
class |
|
core/modules/taxonomy/views/views_handler_field_taxonomy.inc |
Field handler to provide simple renderer that allows linking to a taxonomy
term. |
views_handler_filter_term_node_tid |
class |
|
core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc |
Filter by term id. |
views_handler_argument_term_node_tid |
class |
|
core/modules/taxonomy/views/views_handler_argument_term_node_tid.inc |
Allow taxonomy term ID(s) as argument. |
views_handler_argument_term_node_tid_depth_modifier |
class |
|
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth_modifier.inc |
Argument handler for to modify depth for a previous term. |
views_handler_field_vocabulary |
class |
|
core/modules/taxonomy/views/views_handler_field_vocabulary.inc |
Field handler to show the human-readable label of a vocabulary. |
views_handler_argument_taxonomy |
class |
|
core/modules/taxonomy/views/views_handler_argument_taxonomy.inc |
Argument handler for basic taxonomy tid. |
LockFunctionalTest |
class |
|
core/modules/simpletest/tests/lock.test |
Tests for the lock system. |
BatchProcessingTestCase |
class |
|
core/modules/simpletest/tests/batch.test |
Tests for the Batch API. |
BatchPageTestCase |
class |
|
core/modules/simpletest/tests/batch.test |
Tests for the Batch API Progress page. |
BatchPercentagesUnitTestCase |
class |
|
core/modules/simpletest/tests/batch.test |
Tests the function _batch_api_percentage() to make sure that the rounding
works properly in all cases. |
ColorTest |
class |
|
core/modules/simpletest/tests/color.test |
@file |
SchemaTestCase |
class |
|
core/modules/simpletest/tests/schema.test |
Unit tests for the Schema API. |
BackdropErrorHandlerUnitTest |
class |
|
core/modules/simpletest/tests/error.test |
Tests Backdrop error and exception handlers. |
FormsTestCase |
class |
|
core/modules/simpletest/tests/form.test |
|
FormElementTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Tests building and processing of core form elements. |
FormAlterTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Test form alter hooks. |
FormValidationTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Test form validation handlers. |
FormsElementsLabelsTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Test form element labels, required markers and associated output. |
FormsElementsTableSelectFunctionalTest |
class |
|
core/modules/simpletest/tests/form.test |
Test the tableselect form element for expected behavior. |
FormsElementsVerticalTabsFunctionalTest |
class |
|
core/modules/simpletest/tests/form.test |
Test the vertical_tabs form element for expected behavior. |
FormsFormStorageTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Test the form storage on a multistep form. |
FormsFormStoragePageCacheTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Test the form storage when page caching for anonymous users is turned on. |
FormsFormWrapperTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Test wrapper form callbacks. |
FormStateValuesCleanTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Test $form_state clearance. |
FormStateValuesCleanAdvancedTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Tests $form_state clearance with form elements having buttons. |
FormsRebuildTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Tests form rebuilding. |
FormsRedirectTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Tests form redirection. |
FormsProgrammaticTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Test the programmatic form submission behavior. |
FormsTriggeringElementTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Test that FAPI correctly determines $form_state['triggering_element']. |
FormsArbitraryRebuildTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Tests rebuilding of arbitrary forms by altering them. |
FormsFileInclusionTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Tests form API file inclusion. |
FormCheckboxTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Tests checkbox element. |
FormEmailTestCase |
class |
|
core/modules/simpletest/tests/form.test |
Tests email element. |