Search for tag

Classes

NameLocationDescription
AdminMetaTagTestCasemodules/system/system.test
BatchPercentagesUnitTestCasemodules/simpletest/tests/batch.testTests the function _batch_api_percentage() to make sure that the rounding works properly in all cases.
DatabaseTaggingTestCasemodules/simpletest/tests/database_test.testSelect tagging tests.
DrupalTagsHandlingTestCasemodules/simpletest/tests/common.testTest drupal_explode_tags() and drupal_implode_tags().
ThemeHtmlTagmodules/simpletest/tests/theme.testUnit tests for theme_html_tag().
ViewsUIWizardTaggedWithTestCasetests/views_ui.testTests the ability of the views wizard to create views filtered by taxonomy.

Functions & methods

NameLocationDescription
AdminMetaTagTestCase::getInfomodules/system/system.testImplement getInfo().
AdminMetaTagTestCase::testMetaTagmodules/system/system.testVerify that the meta tag HTML is generated correctly.
BatchPercentagesUnitTestCase::getInfomodules/simpletest/tests/batch.test
BatchPercentagesUnitTestCase::setUpmodules/simpletest/tests/batch.testSets up unit test environment.
BatchPercentagesUnitTestCase::testBatchPercentagesmodules/simpletest/tests/batch.testTest the _batch_api_percentage() function.
BatchProcessingTestCase::testBatchLargePercentagemodules/simpletest/tests/batch.testTest batches that return $context['finished'] > 1 do in fact complete. See http://drupal.org/node/600836
batch_test_large_percentagemodules/simpletest/tests/batch_test.moduleMenu callback: fire a batch process without a form submission.
DatabaseTaggingTestCase::getInfomodules/simpletest/tests/database_test.test
DatabaseTaggingTestCase::testHasAllTagsmodules/simpletest/tests/database_test.testTest query tagging "has all of these tags" functionality.
DatabaseTaggingTestCase::testHasAnyTagmodules/simpletest/tests/database_test.testTest query tagging "has at least one of these tags" functionality.
DatabaseTaggingTestCase::testHasTagmodules/simpletest/tests/database_test.testConfirm that a query has a "tag" added to it.
DatabaseTaggingTestCase::testMetaDatamodules/simpletest/tests/database_test.testTest that we can attach meta data to a query object.
DrupalHtmlToTextTestCase::testDrupalHtmlToTextBlockTagToNewlinemodules/simpletest/tests/mail.testTest that text separated by block-level tags in HTML get separated by (at least) a newline in the plaintext version.
DrupalHtmlToTextTestCase::testTagsmodules/simpletest/tests/mail.testTest all supported tags of drupal_html_to_text().
DrupalTagsHandlingTestCase::assertTagsmodules/simpletest/tests/common.testHelper function: asserts that the ending array of tags is what we wanted.
DrupalTagsHandlingTestCase::getInfomodules/simpletest/tests/common.test
DrupalTagsHandlingTestCase::testDrupalExplodeTagsmodules/simpletest/tests/common.testExplode a series of tags.
DrupalTagsHandlingTestCase::testDrupalImplodeTagsmodules/simpletest/tests/common.testImplode a series of tags.
drupal_explode_tagsincludes/common.incExplodes a string of tags into an array.
drupal_implode_tagsincludes/common.incImplodes an array of tags into a string.
EntityFieldQuery::addTagincludes/entity.incAdds a tag to the query.
hook_query_TAG_altermodules/system/system.api.phpPerform alterations to a structured query for a given tag.
JavaScriptTestCase::testAggregationOrdermodules/simpletest/tests/common.testTests JavaScript aggregation when files are added to a different scope.
node_tag_newmodules/node/node.moduleUpdate the 'last viewed' timestamp of the specified node for current user.
PageTitleFiltering::testTitleTagsmodules/system/system.testTests the handling of HTML by drupal_set_title() and drupal_get_title()
QueryAlterableInterface::addTagincludes/database/query.incAdds a tag to a query.
QueryAlterableInterface::hasAllTagsincludes/database/query.incDetermines if a given query has all specified tags.
QueryAlterableInterface::hasAnyTagincludes/database/query.incDetermines if a given query has any specified tag.
QueryAlterableInterface::hasTagincludes/database/query.incDetermines if a given query has a given tag.
SelectQuery::addTagincludes/database/select.inc
SelectQuery::hasAllTagsincludes/database/select.inc
SelectQuery::hasAnyTagincludes/database/select.inc
SelectQuery::hasTagincludes/database/select.inc
SelectQueryExtender::addTagincludes/database/select.inc
SelectQueryExtender::hasAllTagsincludes/database/select.inc
SelectQueryExtender::hasAnyTagincludes/database/select.inc
SelectQueryExtender::hasTagincludes/database/select.inc
taxonomy_implode_tagsmodules/taxonomy/taxonomy.moduleImplodes a list of tags of a certain vocabulary into a string.
ThemeHtmlTag::getInfomodules/simpletest/tests/theme.test
ThemeHtmlTag::testThemeHtmlTagmodules/simpletest/tests/theme.testTest function theme_html_tag()
theme_html_tagincludes/theme.incReturns HTML for a generic HTML tag with attributes.
ViewsQueryGroupByTest::testAggregateCounttests/views_groupby.testTests aggregate count feature.
ViewsUIWizardTaggedWithTestCase::getInfotests/views_ui.test
ViewsUIWizardTaggedWithTestCase::setUptests/views_ui.test