BackdropHtmlToTextTestCase::assertHtmlToText |
core/modules/simpletest/tests/mail.test |
Helper function for testing backdrop_html_to_text(). |
BackdropGetQueryArrayTestCase::testBackdropGetQueryArray |
core/modules/simpletest/tests/common.test |
Tests that backdrop_get_query_array() correctly explodes query parameters. |
BackdropFakeCache::set |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::set(). |
BackdropFakeCache::isEmpty |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::isEmpty(). |
BackdropFakeCache::getMultiple |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::getMultiple(). |
BackdropFakeCache::get |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::get(). |
BackdropFakeCache::garbageCollection |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::garbageCollection(). |
BackdropFakeCache::flush |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::flush(). |
BackdropFakeCache::deletePrefix |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::deletePrefix(). |
BackdropFakeCache::deleteMultiple |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::deleteMultiple(). |
BackdropFakeCache::delete |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::delete(). |
BackdropErrorHandlerUnitTest::testExceptionHandler |
core/modules/simpletest/tests/error.test |
Test the exception handler. |
BackdropErrorHandlerUnitTest::testErrorHandler |
core/modules/simpletest/tests/error.test |
Test the error handler. |
BackdropErrorHandlerUnitTest::setUp |
core/modules/simpletest/tests/error.test |
Sets up a Backdrop site for running functional and integration tests. |
BackdropErrorHandlerUnitTest::assertNoErrorMessage |
core/modules/simpletest/tests/error.test |
Helper function: assert that the error message is not found. |
BackdropErrorHandlerUnitTest::assertErrorMessage |
core/modules/simpletest/tests/error.test |
Helper function: assert that the error message is found. |
BackdropDummyStreamWrapper::getInternalUri |
core/modules/simpletest/tests/file_test.stream_wrappers.inc |
Override getInternalUri(). |
BackdropDummyStreamWrapper::getExternalUrl |
core/modules/simpletest/tests/file_test.stream_wrappers.inc |
Override getExternalUrl(). |
BackdropDummyStreamWrapper::getDirectoryPath |
core/modules/simpletest/tests/file_test.stream_wrappers.inc |
Gets the path that the wrapper is responsible for.
@TODO: Review this method name per http://drupal.org/node/701358 |
BackdropDummyRemoteStreamWrapper::realpath |
core/modules/simpletest/tests/file_test.stream_wrappers.inc |
Base implementation of realpath(). |
BackdropDiffFormatter::startDiff |
core/includes/diff.inc |
|
BackdropDiffFormatter::startBlock |
core/includes/diff.inc |
|
BackdropDiffFormatter::lines |
core/includes/diff.inc |
|
BackdropDiffFormatter::endDiff |
core/includes/diff.inc |
|
BackdropDiffFormatter::endBlock |
core/includes/diff.inc |
|
BackdropDiffFormatter::emptyLine |
core/includes/diff.inc |
|
BackdropDiffFormatter::deletedLine |
core/includes/diff.inc |
|
BackdropDiffFormatter::deleted |
core/includes/diff.inc |
|
BackdropDiffFormatter::contextLine |
core/includes/diff.inc |
|
BackdropDiffFormatter::context |
core/includes/diff.inc |
|
BackdropDiffFormatter::changed |
core/includes/diff.inc |
|
BackdropDiffFormatter::blockHeader |
core/includes/diff.inc |
|
BackdropDiffFormatter::addedLine |
core/includes/diff.inc |
|
BackdropDiffFormatter::added |
core/includes/diff.inc |
|
BackdropDateTime::__toString |
core/includes/date.class.inc |
Returns the date object as a string. |
BackdropDateTime::__construct |
core/includes/date.class.inc |
Constructs a date object. |
BackdropDateTime::validGranularity |
core/includes/date.class.inc |
Determines if a a date is valid for a given granularity. |
BackdropDateTime::toISO |
core/includes/date.class.inc |
Creates an ISO date from an array of values. |
BackdropDateTime::toArray |
core/includes/date.class.inc |
Returns all standard date parts in an array. |
BackdropDateTime::setTimezone |
core/includes/date.class.inc |
|
BackdropDateTime::setGranularityFromTime |
core/includes/date.class.inc |
Determines the granularity of a date based on the constructor's arguments. |
BackdropDateTime::setFuzzyDate |
core/includes/date.class.inc |
Forces an incomplete date to be valid. |
BackdropDateTime::removeGranularity |
core/includes/date.class.inc |
Removes a granularity entry from the array. |
BackdropDateTime::parse |
core/includes/date.class.inc |
Converts a date string into a date object. |
BackdropDateTime::merge |
core/includes/date.class.inc |
Merges two date objects together using the current date values as defaults. |
BackdropDateTime::limitGranularity |
core/includes/date.class.inc |
Removes unwanted date parts from a date. |
BackdropDateTime::hasTime |
core/includes/date.class.inc |
Returns whether this object has time set. |
BackdropDateTime::hasGranularity |
core/includes/date.class.inc |
Checks granularity array for a given entry. |
BackdropDateTime::format |
core/includes/date.class.inc |
|
BackdropDateTime::forceValid |
core/includes/date.class.inc |
Converts a date part into something that will produce a valid date. |