Test class for the test_cacheable entity type.

Hierarchy

Expanded class hierarchy of TestCacheable

File

core/modules/entity/tests/entity_caching_test/test_cacheable.entity.inc, line 10
Test entity classes.

Members

Contains filters are case sensitive
Namesort ascending Modifiers Type Description
TestCacheable::uri public function Implements EntityInterface::uri(). Overrides EntityInterface::uri
TestCacheable::label public function Implements EntityInterface::label(). Overrides EntityInterface::label
TestCacheable::id public function Implements EntityInterface::id(). Overrides EntityInterface::id
TestCacheable::entityType public function Implements EntityInterface::entityType(). Overrides EntityInterface::entityType
TestCacheable::createAccess public static function Implements EntityInterface::createAccess(). Overrides Entity::createAccess
TestCacheable::access public function Implements EntityInterface::access(). Overrides Entity::access
TestCacheable::$id public property
Entity::__construct public function Constructs a new entity object. Overrides EntityInterface::__construct
Entity::view public function Implements EntityInterface::view(). Overrides EntityInterface::view
Entity::setIsActiveRevision public function Implements Backdrop\entity\EntityInterface::setActiveRevision(). Overrides EntityInterface::setIsActiveRevision
Entity::save public function Implements EntityInterface::save(). Overrides EntityInterface::save
Entity::isNew public function Implements EntityInterface::isNew(). Overrides EntityInterface::isNew
Entity::isActiveRevision public function Implements Backdrop\entity\EntityInterface::isActiveRevision(). Overrides EntityInterface::isActiveRevision
Entity::getRevisionId public function Implements Backdrop\entity\EntityInterface::getRevisionId(). Overrides EntityInterface::getRevisionId
Entity::getFieldValues public function Implements EntityInterface::getFieldValues(). Overrides EntityInterface::getFieldValues
Entity::getFieldValue public function Implements EntityInterface::getFieldValue(). Overrides EntityInterface::getFieldValue
Entity::delete public function Implements EntityInterface::delete(). Overrides EntityInterface::delete
Entity::createDuplicate public function Implements EntityInterface::createDuplicate(). Overrides EntityInterface::createDuplicate
Entity::bundle public function Implements EntityInterface::bundle(). Overrides EntityInterface::bundle
Entity::buildContent public function Implements EntityInterface::buildContent(). Overrides EntityInterface::buildContent
Entity::$is_active_revision public property Indicates whether this is the active revision.