DefaultEntityController::attachLoad |
core/modules/entity/entity.controller.inc |
Attaches data to entities upon loading. |
DefaultEntityController::buildContent |
core/modules/entity/entity.controller.inc |
Implements EntityControllerInterface::buildContent(). |
DefaultEntityController::buildQuery |
core/modules/entity/entity.controller.inc |
Builds the query to load the entity. |
DefaultEntityController::cacheGet |
core/modules/entity/entity.controller.inc |
Gets entities from the static cache. |
DefaultEntityController::cacheSet |
core/modules/entity/entity.controller.inc |
Stores entities in the static entity cache. |
DefaultEntityController::load |
core/modules/entity/entity.controller.inc |
Implements EntityControllerInterface::load(). |
DefaultEntityController::resetCache |
core/modules/entity/entity.controller.inc |
Implements EntityControllerInterface::resetCache(). |
DefaultEntityController::resetStaticCache |
core/modules/entity/entity.controller.inc |
Implements EntityControllerInterface::resetStaticCache(). |
DefaultEntityController::view |
core/modules/entity/entity.controller.inc |
Implements EntityControllerInterface::view(). |
DefaultEntityController::__construct |
core/modules/entity/entity.controller.inc |
Implements EntityControllerInterface::__construct(). |
DefaultMailSystem::format |
core/modules/system/system.mail.inc |
Concatenate and wrap the email body for plain-text mails. |
DefaultMailSystem::mail |
core/modules/system/system.mail.inc |
Send an email message, using Backdrop variables and default settings. |
DefaultMailSystem::_isShellSafe |
core/modules/system/system.mail.inc |
Disallows potentially unsafe shell characters. |
DeleteQuery::arguments |
core/includes/database/query.inc |
Implements QueryConditionInterface::arguments(). |
DeleteQuery::compile |
core/includes/database/query.inc |
Implements QueryConditionInterface::compile(). |
DeleteQuery::compiled |
core/includes/database/query.inc |
Implements QueryConditionInterface::compiled(). |
DeleteQuery::condition |
core/includes/database/query.inc |
Implements QueryConditionInterface::condition(). |
DeleteQuery::conditions |
core/includes/database/query.inc |
Implements QueryConditionInterface::conditions(). |
DeleteQuery::execute |
core/includes/database/query.inc |
Executes the DELETE query. |
DeleteQuery::exists |
core/includes/database/query.inc |
Implements QueryConditionInterface::exists(). |
DeleteQuery::isNotNull |
core/includes/database/query.inc |
Implements QueryConditionInterface::isNotNull(). |
DeleteQuery::isNull |
core/includes/database/query.inc |
Implements QueryConditionInterface::isNull(). |
DeleteQuery::notExists |
core/includes/database/query.inc |
Implements QueryConditionInterface::notExists(). |
DeleteQuery::where |
core/includes/database/query.inc |
Implements QueryConditionInterface::where(). |
DeleteQuery::__construct |
core/includes/database/query.inc |
Constructs a DeleteQuery object. |
DeleteQuery::__toString |
core/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
DeprecatedRedirectPageCase::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
DeprecatedRedirectPageCase::testRedirects |
core/modules/system/tests/system.test |
Tests redirecting from a old menu paths to new menu paths. |
deprecated_redirect_test_menu |
core/modules/system/tests/deprecated_redirect_test/deprecated_redirect_test.module |
Implements hook_menu(). |
Diff::closing |
core/includes/diff.inc |
Get the closing set of lines. |
Diff::isEmpty |
core/includes/diff.inc |
Check for empty diff. |
Diff::lcs |
core/includes/diff.inc |
Compute the length of the Longest Common Subsequence (LCS). |
Diff::orig |
core/includes/diff.inc |
Get the original set of lines. |
Diff::reverse |
core/includes/diff.inc |
Compute reversed Diff. |
Diff::__construct |
core/includes/diff.inc |
Constructor.
Computes diff between sequences of strings. |
DiffEngine::compareSeq |
core/includes/diff.inc |
Find LCS of two sequences. |
DiffEngine::diag |
core/includes/diff.inc |
Divide the Largest Common Subsequence (LCS) of the sequences
[XOFF, XLIM) and [YOFF, YLIM) into NCHUNKS approximately equally
sized segments. |
DiffEngine::diff |
core/includes/diff.inc |
|
DiffEngine::diffLocal |
core/includes/diff.inc |
|
DiffEngine::lcsPos |
core/includes/diff.inc |
|
DiffEngine::lineHash |
core/includes/diff.inc |
Returns the whole line if it's small enough, or the MD5 hash otherwise |
DiffEngine::shiftBoundaries |
core/includes/diff.inc |
Adjust inserts/deletes of identical lines to join changes
as much as possible. |
DiffFormatter::added |
core/includes/diff.inc |
|
DiffFormatter::block |
core/includes/diff.inc |
|
DiffFormatter::blockHeader |
core/includes/diff.inc |
|
DiffFormatter::changed |
core/includes/diff.inc |
|
DiffFormatter::context |
core/includes/diff.inc |
|
DiffFormatter::deleted |
core/includes/diff.inc |
|
DiffFormatter::endBlock |
core/includes/diff.inc |
|
DiffFormatter::endDiff |
core/includes/diff.inc |
|