DefaultEntityController::$entityCache |
protected |
property |
Static cache of entities. |
DefaultEntityController::$entityInfo |
protected |
property |
Array of information about the entity. |
DefaultEntityController::$entityType |
protected |
property |
Entity type for this controller instance. |
DefaultEntityController::$hookLoadArguments |
protected |
property |
Additional arguments to pass to hook_TYPE_load(). |
DefaultEntityController::$idKey |
protected |
property |
Name of the entity's ID field in the entity database table. |
DefaultEntityController::$persistentCache |
protected |
property |
Whether this entity type should use the persistent entity cache. |
DefaultEntityController::$revisionKey |
protected |
property |
Name of entity's revision database table field, if it supports revisions. |
DefaultEntityController::$revisionTable |
protected |
property |
The table that stores revisions, if the entity supports revisions. |
DefaultEntityController::$staticCache |
protected |
property |
Whether this entity type should use the static cache. |
DefaultEntityController::attachLoad |
protected |
function |
Attaches data to entities upon loading. |
DefaultEntityController::cacheSet |
protected |
function |
Stores entities in the static entity cache. |
DefaultEntityController::__construct |
public |
function |
Implements EntityControllerInterface::__construct(). |
DefaultEntityController::load |
public |
function |
Implements EntityControllerInterface::load(). Overrides EntityControllerInterface::load |
DefaultEntityController::resetStaticCache |
public |
function |
Implements EntityControllerInterface::resetStaticCache(). Overrides EntityControllerInterface::resetStaticCache |
EntityDatabaseStorageController::delete |
public |
function |
Implements EntityStorageControllerInterface::delete(). Overrides EntityStorageControllerInterface::delete |
EntityDatabaseStorageController::invokeHook |
protected |
function |
Invokes a hook on behalf of the entity. |
EntityDatabaseStorageController::preDelete |
protected |
function |
Acts on entities before they are deleted. |
EntityDatabaseStorageController::preSave |
protected |
function |
Acts on an entity before the presave hook is invoked. |
EntityDatabaseStorageController::save |
public |
function |
Implements EntityStorageControllerInterface::save(). Overrides EntityStorageControllerInterface::save |
TaxonomyTermController::buildQuery |
protected |
function |
Overrides EntityDatabaseStorageController::buildQuery(). Overrides DefaultEntityController::buildQuery |
TaxonomyTermController::cacheGet |
protected |
function |
Overrides EntityDatabaseStorageController::cacheGet(). Overrides DefaultEntityController::cacheGet |
TaxonomyTermController::create |
public |
function |
Overrides EntityDatabaseStorageController::create(). Overrides EntityDatabaseStorageController::create |
TaxonomyTermController::postDelete |
protected |
function |
Overrides EntityDatabaseStorageController::postDelete(). Overrides EntityDatabaseStorageController::postDelete |
TaxonomyTermController::postSave |
protected |
function |
Overrides EntityDatabaseStorageController::postSave(). Overrides EntityDatabaseStorageController::postSave |
TaxonomyTermController::resetCache |
public |
function |
Implements EntityControllerInterface::resetCache(). Overrides DefaultEntityController::resetCache |