Controller class for the test_entity_bundle entity type.
This extends the DefaultEntityController class, adding required special handling for bundles (since they are not stored in the database).
Hierarchy
- class DefaultEntityController implements EntityControllerInterface
Expanded class hierarchy of TestEntityBundleController
File
- modules/
field/ tests/ field_test/ field_test.controller.inc, line 8
Members
Name | Modifiers | Type | Description |
---|---|---|---|
DefaultEntityController:: |
protected | property | Static cache of entities. |
DefaultEntityController:: |
protected | property | Array of information about the entity. |
DefaultEntityController:: |
protected | property | Entity type for this controller instance. |
DefaultEntityController:: |
protected | property | Additional arguments to pass to hook_TYPE_load(). |
DefaultEntityController:: |
protected | property | Name of the entity's ID field in the entity database table. |
DefaultEntityController:: |
protected | property | Whether this entity type should use the persistent entity cache. |
DefaultEntityController:: |
protected | property | Name of entity's revision database table field, if it supports revisions. |
DefaultEntityController:: |
protected | property | The table that stores revisions, if the entity supports revisions. |
DefaultEntityController:: |
protected | property | Whether this entity type should use the static cache. |
DefaultEntityController:: |
protected | function | Builds the query to load the entity. |
DefaultEntityController:: |
protected | function | Gets entities from the static cache. |
DefaultEntityController:: |
protected | function | Stores entities in the static entity cache. |
DefaultEntityController:: |
public | function | Implements EntityControllerInterface::__construct(). |
DefaultEntityController:: |
public | function |
Implements EntityControllerInterface::load(). Overrides EntityControllerInterface:: |
DefaultEntityController:: |
public | function |
Implements EntityControllerInterface::resetCache(). Overrides EntityControllerInterface:: |
DefaultEntityController:: |
public | function |
Implements EntityControllerInterface::resetStaticCache(). Overrides EntityControllerInterface:: |
TestEntityBundleController:: |
protected | function |
Attaches data to entities upon loading. Overrides DefaultEntityController:: |