Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DrupalCacheArray::set | function | includes/ |
Writes a value to the persistent cache immediately. |
DrupalCacheArray::__construct | function | includes/ |
Constructs a DrupalCacheArray object. |
DrupalCacheArray::__destruct | function | includes/ |
Destructs the DrupalCacheArray object. |
DrupalCacheInterface | interface | includes/ |
Defines an interface for cache implementations. |
DrupalCacheInterface::clear | function | includes/ |
Expires data from the cache. |
DrupalCacheInterface::get | function | includes/ |
Returns data from the persistent cache. |
DrupalCacheInterface::getMultiple | function | includes/ |
Returns data from the persistent cache when given an array of cache IDs. |
DrupalCacheInterface::isEmpty | function | includes/ |
Checks if a cache bin is empty. |
DrupalCacheInterface::set | function | includes/ |
Stores data in the persistent cache. |
DrupalDataApiTest | class | modules/ |
Tests for CRUD API functions. |
DrupalDataApiTest::getInfo | function | modules/ |
|
DrupalDataApiTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DrupalDataApiTest::testDrupalWriteRecord | function | modules/ |
Test the drupal_write_record() API function. |
DrupalDatabaseCache | class | includes/ |
Defines a default cache implementation. |
DrupalDatabaseCache::$bin | property | includes/ |
|
DrupalDatabaseCache::clear | function | includes/ |
Implements DrupalCacheInterface::clear(). |
DrupalDatabaseCache::garbageCollection | function | includes/ |
Garbage collection for get() and getMultiple(). |
DrupalDatabaseCache::get | function | includes/ |
Implements DrupalCacheInterface::get(). |
DrupalDatabaseCache::getMultiple | function | includes/ |
Implements DrupalCacheInterface::getMultiple(). |
DrupalDatabaseCache::isEmpty | function | includes/ |
Implements DrupalCacheInterface::isEmpty(). |
DrupalDatabaseCache::isValidBin | function | includes/ |
Checks if $this->bin represents a valid cache table. |
DrupalDatabaseCache::prepareItem | function | includes/ |
Prepares a cached item. |
DrupalDatabaseCache::set | function | includes/ |
Implements DrupalCacheInterface::set(). |
DrupalDatabaseCache::__construct | function | includes/ |
Constructs a DrupalDatabaseCache object. |
DrupalDefaultEntityController | class | includes/ |
Default implementation of DrupalEntityControllerInterface. |
DrupalDefaultEntityController::$cache | property | includes/ |
Whether this entity type should use the static cache. |
DrupalDefaultEntityController::$entityCache | property | includes/ |
Static cache of entities, keyed by entity ID. |
DrupalDefaultEntityController::$entityInfo | property | includes/ |
Array of information about the entity. |
DrupalDefaultEntityController::$entityType | property | includes/ |
Entity type for this controller instance. |
DrupalDefaultEntityController::$hookLoadArguments | property | includes/ |
Additional arguments to pass to hook_TYPE_load(). |
DrupalDefaultEntityController::$idKey | property | includes/ |
Name of the entity's ID field in the entity database table. |
DrupalDefaultEntityController::$revisionKey | property | includes/ |
Name of entity's revision database table field, if it supports revisions. |
DrupalDefaultEntityController::$revisionTable | property | includes/ |
The table that stores revisions, if the entity supports revisions. |
DrupalDefaultEntityController::attachLoad | function | includes/ |
Attaches data to entities upon loading. |
DrupalDefaultEntityController::buildQuery | function | includes/ |
Builds the query to load the entity. |
DrupalDefaultEntityController::cacheGet | function | includes/ |
Gets entities from the static cache. |
DrupalDefaultEntityController::cacheSet | function | includes/ |
Stores entities in the static entity cache. |
DrupalDefaultEntityController::cleanIds | function | includes/ |
Ensures integer entity IDs are valid. |
DrupalDefaultEntityController::filterId | function | includes/ |
Callback for array_filter that removes non-integer IDs. |
DrupalDefaultEntityController::load | function | includes/ |
Implements DrupalEntityControllerInterface::load(). |
DrupalDefaultEntityController::resetCache | function | includes/ |
Implements DrupalEntityControllerInterface::resetCache(). |
DrupalDefaultEntityController::__construct | function | includes/ |
Constructor: sets basic variables. |
DrupalDummyRemoteStreamWrapper | class | modules/ |
Helper class for testing the stream wrapper registry. |
DrupalDummyRemoteStreamWrapper::realpath | function | modules/ |
Base implementation of realpath(). |
DrupalDummyStreamWrapper | class | modules/ |
Helper class for testing the stream wrapper registry. |
DrupalDummyStreamWrapper::getDirectoryPath | function | modules/ |
Gets the path that the wrapper is responsible for. @TODO: Review this method name in D8 per http://drupal.org/node/701358 |
DrupalDummyStreamWrapper::getExternalUrl | function | modules/ |
Override getExternalUrl(). |
DrupalDummyStreamWrapper::getInternalUri | function | modules/ |
Override getInternalUri(). |
DrupalEntityControllerInterface | interface | includes/ |
Interface for entity controller classes. |
DrupalEntityControllerInterface::load | function | includes/ |
Loads one or more entities. |
Pagination
- Previous page
- Page 49
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.