Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DrupalCacheArray::$keysToPersist property includes/bootstrap.inc An array of keys to add to the cache at the end of the request.
DrupalCacheArray::$storage property includes/bootstrap.inc Storage for the data itself.
DrupalCacheArray::offsetExists function includes/bootstrap.inc Implements ArrayAccess::offsetExists().
DrupalCacheArray::offsetGet function includes/bootstrap.inc Implements ArrayAccess::offsetGet().
DrupalCacheArray::offsetSet function includes/bootstrap.inc Implements ArrayAccess::offsetSet().
DrupalCacheArray::offsetUnset function includes/bootstrap.inc Implements ArrayAccess::offsetUnset().
DrupalCacheArray::persist function includes/bootstrap.inc Flags an offset value to be written to the persistent cache.
DrupalCacheArray::resolveCacheMiss function includes/bootstrap.inc Resolves a cache miss.
DrupalCacheArray::set function includes/bootstrap.inc Writes a value to the persistent cache immediately.
DrupalCacheArray::__construct function includes/bootstrap.inc Constructs a DrupalCacheArray object.
DrupalCacheArray::__destruct function includes/bootstrap.inc Destructs the DrupalCacheArray object.
DrupalCacheInterface interface includes/cache.inc Defines an interface for cache implementations.
DrupalCacheInterface::clear function includes/cache.inc Expires data from the cache.
DrupalCacheInterface::get function includes/cache.inc Returns data from the persistent cache.
DrupalCacheInterface::getMultiple function includes/cache.inc Returns data from the persistent cache when given an array of cache IDs.
DrupalCacheInterface::isEmpty function includes/cache.inc Checks if a cache bin is empty.
DrupalCacheInterface::set function includes/cache.inc Stores data in the persistent cache.
DrupalDataApiTest class modules/simpletest/tests/common.test Tests for CRUD API functions.
DrupalDataApiTest::getInfo function modules/simpletest/tests/common.test
DrupalDataApiTest::setUp function modules/simpletest/tests/common.test Sets up a Drupal site for running functional and integration tests.
DrupalDataApiTest::testDrupalWriteRecord function modules/simpletest/tests/common.test Test the drupal_write_record() API function.
DrupalDatabaseCache class includes/cache.inc Defines a default cache implementation.
DrupalDatabaseCache::$bin property includes/cache.inc
DrupalDatabaseCache::clear function includes/cache.inc Implements DrupalCacheInterface::clear().
DrupalDatabaseCache::garbageCollection function includes/cache.inc Garbage collection for get() and getMultiple().
DrupalDatabaseCache::get function includes/cache.inc Implements DrupalCacheInterface::get().
DrupalDatabaseCache::getMultiple function includes/cache.inc Implements DrupalCacheInterface::getMultiple().
DrupalDatabaseCache::isEmpty function includes/cache.inc Implements DrupalCacheInterface::isEmpty().
DrupalDatabaseCache::isValidBin function includes/cache.inc Checks if $this->bin represents a valid cache table.
DrupalDatabaseCache::prepareItem function includes/cache.inc Prepares a cached item.
DrupalDatabaseCache::set function includes/cache.inc Implements DrupalCacheInterface::set().
DrupalDatabaseCache::__construct function includes/cache.inc Constructs a DrupalDatabaseCache object.
DrupalDefaultEntityController class includes/entity.inc Default implementation of DrupalEntityControllerInterface.
DrupalDefaultEntityController::$cache property includes/entity.inc Whether this entity type should use the static cache.
DrupalDefaultEntityController::$entityCache property includes/entity.inc Static cache of entities, keyed by entity ID.
DrupalDefaultEntityController::$entityInfo property includes/entity.inc Array of information about the entity.
DrupalDefaultEntityController::$entityType property includes/entity.inc Entity type for this controller instance.
DrupalDefaultEntityController::$hookLoadArguments property includes/entity.inc Additional arguments to pass to hook_TYPE_load().
DrupalDefaultEntityController::$idKey property includes/entity.inc Name of the entity's ID field in the entity database table.
DrupalDefaultEntityController::$revisionKey property includes/entity.inc Name of entity's revision database table field, if it supports revisions.
DrupalDefaultEntityController::$revisionTable property includes/entity.inc The table that stores revisions, if the entity supports revisions.
DrupalDefaultEntityController::attachLoad function includes/entity.inc Attaches data to entities upon loading.
DrupalDefaultEntityController::buildQuery function includes/entity.inc Builds the query to load the entity.
DrupalDefaultEntityController::cacheGet function includes/entity.inc Gets entities from the static cache.
DrupalDefaultEntityController::cacheSet function includes/entity.inc Stores entities in the static entity cache.
DrupalDefaultEntityController::cleanIds function includes/entity.inc Ensures integer entity IDs are valid.
DrupalDefaultEntityController::filterId function includes/entity.inc Callback for array_filter that removes non-integer IDs.
DrupalDefaultEntityController::load function includes/entity.inc Implements DrupalEntityControllerInterface::load().
DrupalDefaultEntityController::resetCache function includes/entity.inc Implements DrupalEntityControllerInterface::resetCache().
DrupalDefaultEntityController::__construct function includes/entity.inc Constructor: sets basic variables.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.