Entity |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php |
|
Entity |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Test.php |
|
Entity |
class |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Defines a base entity class. |
EntityNG |
class |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements Entity Field API specific enhancements to the Entity class. |
EntityRow |
class |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php |
Generic entity row plugin to provide a common base for all entity types. |
EntityTest |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php |
Defines the test entity class. |
TestEntity |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/TestEntity.php |
Test entity class. |
TestEntity |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticPHPDriverTest.php |
|
RootEntity |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
EntityBody |
class |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Entity body used with an HTTP request or response |
Entity.php |
file |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Definition of Drupal\Core\Entity\Entity. |
Entity::id |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::id(). |
entity.inc |
file |
drupal/core/includes/entity.inc |
Entity API for handling entities like nodes or users. |
ChildEntity |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
entity_load |
function |
drupal/core/includes/entity.inc |
Loads an entity from the database. |
Entity::uri |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::uri(). |
Entity::get |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::get(). |
entity_view |
function |
drupal/core/includes/entity.inc |
Returns the render array for an entity. |
Entity::set |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements ComplexDataInterface::set(). |
Entity::save |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::save(). |
EntityNG::id |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Overrides Entity::id(). |
EntityNG.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Definition of Drupal\Core\Entity\EntityNG. |
Entity::uuid |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::uuid(). |
entity_query |
function |
drupal/core/includes/entity.inc |
Returns the entity query object for this entity type. |
EntityWrapper |
class |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Defines an 'entity' data type, e.g. the computed 'entity' property of entity references. |
EntityNG::get |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements ComplexDataInterface::get(). |
EntityNG::set |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements ComplexDataInterface::set(). |
EntityReverse |
class |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/relationship/EntityReverse.php |
A relationship handlers which reverse entity references. |
EntityRow.php |
file |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php |
Definition of Drupal\system\Plugin\views\row\EntityRow. |
EntityManager |
class |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Manages entity type plugin definitions. |
EntityApiTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php |
Tests the basic Entity API. |
entity_create |
function |
drupal/core/includes/entity.inc |
Constructs a new entity object, without permanently saving it. |
Entity::isNew |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::isNew(). |
Entity::label |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::label(). |
Entity::delete |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::delete(). |
EntityTest.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php |
Definition of Drupal\entity_test\Plugin\Core\Entity\EntityTest. |
EntityBody.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
|
TestEntity.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/TestEntity.php |
Contains Drupal\field_test\Plugin\Core\Entity\TestEntity. |
EntityNG::uuid |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Overrides Entity::uuid(). |
EntityUUIDTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Tests creation, saving, and loading of entity UUIDs. |
TestEntity::id |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/TestEntity.php |
Overrides Drupal\Core\Entity\Entity::id(). |
EntityResource |
class |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php |
Represents entities as resources. |
TestEntity.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/_files/TestEntity.php |
|
entity.api.php |
file |
drupal/core/includes/entity.api.php |
Hooks provided the Entity module. |
EntityFormTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php |
Tests the Entity Form Controller. |
entity_form_id |
function |
drupal/core/includes/entity.inc |
Returns the form id for the given entity and operation. |
Entity::bundle |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::bundle(). |
Entity::access |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements AccessibleInterface::access(). |
EntityFieldTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tests Entity API base functionality. |
EntityCacheTest |
class |
drupal/core/modules/system/tests/modules/entity_cache_test_dependency/lib/Drupal/entity_cache_test_dependency/Plugin/Core/Entity/EntityCacheTest.php |
Defines the EntityCacheTest class. |