BackdropCacheInterface::set |
core/includes/cache.inc |
Stores data in the persistent cache. |
BackdropDatabaseCache::delete |
core/includes/cache.inc |
Implements BackdropCacheInterface::delete(). |
BackdropDatabaseCache::deleteMultiple |
core/includes/cache.inc |
Implements BackdropCacheInterface::deleteMultiple(). |
BackdropDatabaseCache::deletePrefix |
core/includes/cache.inc |
Implements BackdropCacheInterface::deletePrefix(). |
BackdropDatabaseCache::flush |
core/includes/cache.inc |
Implements BackdropCacheInterface::flush(). |
BackdropDatabaseCache::garbageCollection |
core/includes/cache.inc |
Implements BackdropCacheInterface::garbageCollection(). |
BackdropDatabaseCache::get |
core/includes/cache.inc |
Implements BackdropCacheInterface::get(). |
BackdropDatabaseCache::getMultiple |
core/includes/cache.inc |
Implements BackdropCacheInterface::getMultiple(). |
BackdropDatabaseCache::isEmpty |
core/includes/cache.inc |
Implements BackdropCacheInterface::isEmpty(). |
BackdropDatabaseCache::prepareItem |
core/includes/cache.inc |
Prepares a cached item. |
BackdropDatabaseCache::set |
core/includes/cache.inc |
Implements BackdropCacheInterface::set(). |
BackdropDatabaseCache::__construct |
core/includes/cache.inc |
Constructs a new BackdropDatabaseCache object. |
BackdropDateTime::addGranularity |
core/includes/date.class.inc |
Adds a granularity entry to the array. |
BackdropDateTime::arrayErrors |
core/includes/date.class.inc |
Finds possible errors in an array of date part values. |
BackdropDateTime::difference |
core/includes/date.class.inc |
Computes difference between two days using a given measure. |
BackdropDateTime::forceValid |
core/includes/date.class.inc |
Converts a date part into something that will produce a valid date. |
BackdropDateTime::format |
core/includes/date.class.inc |
|
BackdropDateTime::hasGranularity |
core/includes/date.class.inc |
Checks granularity array for a given entry. |
BackdropDateTime::hasTime |
core/includes/date.class.inc |
Returns whether this object has time set. |
BackdropDateTime::limitGranularity |
core/includes/date.class.inc |
Removes unwanted date parts from a date. |
BackdropDateTime::merge |
core/includes/date.class.inc |
Merges two date objects together using the current date values as defaults. |
BackdropDateTime::parse |
core/includes/date.class.inc |
Converts a date string into a date object. |
BackdropDateTime::removeGranularity |
core/includes/date.class.inc |
Removes a granularity entry from the array. |
BackdropDateTime::setFuzzyDate |
core/includes/date.class.inc |
Forces an incomplete date to be valid. |
BackdropDateTime::setGranularityFromTime |
core/includes/date.class.inc |
Determines the granularity of a date based on the constructor's arguments. |
BackdropDateTime::setTimezone |
core/includes/date.class.inc |
|
BackdropDateTime::toArray |
core/includes/date.class.inc |
Returns all standard date parts in an array. |
BackdropDateTime::toISO |
core/includes/date.class.inc |
Creates an ISO date from an array of values. |
BackdropDateTime::validGranularity |
core/includes/date.class.inc |
Determines if a a date is valid for a given granularity. |
BackdropDateTime::__construct |
core/includes/date.class.inc |
Constructs a date object. |
BackdropDateTime::__toString |
core/includes/date.class.inc |
Returns the date object as a string. |
BackdropDiffFormatter::added |
core/includes/diff.inc |
|
BackdropDiffFormatter::addedLine |
core/includes/diff.inc |
|
BackdropDiffFormatter::blockHeader |
core/includes/diff.inc |
|
BackdropDiffFormatter::changed |
core/includes/diff.inc |
|
BackdropDiffFormatter::context |
core/includes/diff.inc |
|
BackdropDiffFormatter::contextLine |
core/includes/diff.inc |
|
BackdropDiffFormatter::deleted |
core/includes/diff.inc |
|
BackdropDiffFormatter::deletedLine |
core/includes/diff.inc |
|
BackdropDiffFormatter::emptyLine |
core/includes/diff.inc |
|
BackdropDiffFormatter::endBlock |
core/includes/diff.inc |
|
BackdropDiffFormatter::endDiff |
core/includes/diff.inc |
|
BackdropDiffFormatter::lines |
core/includes/diff.inc |
|
BackdropDiffFormatter::startBlock |
core/includes/diff.inc |
|
BackdropDiffFormatter::startDiff |
core/includes/diff.inc |
|
BackdropDummyRemoteStreamWrapper::realpath |
core/modules/simpletest/tests/file_test.stream_wrappers.inc |
Base implementation of realpath(). |
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 |
BackdropDummyStreamWrapper::getExternalUrl |
core/modules/simpletest/tests/file_test.stream_wrappers.inc |
Override getExternalUrl(). |
BackdropDummyStreamWrapper::getInternalUri |
core/modules/simpletest/tests/file_test.stream_wrappers.inc |
Override getInternalUri(). |
BackdropErrorHandlerUnitTest::assertErrorMessage |
core/modules/simpletest/tests/error.test |
Helper function: assert that the error message is found. |