EntityApiTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php |
Definition of Drupal\system\Tests\Entity\EntityApiTest. |
Entity::entityInfo |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::entityInfo(). |
EntityWrapper::$id |
property |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
The entity ID if no 'id source' is used. |
EntityCrudHookTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Tests invocation of hooks when performing an action. |
EntityWrapper::get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements ComplexDataInterface::get(). |
EntityWrapper::set |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements ComplexDataInterface::set(). |
hook_entity_insert |
function |
drupal/core/includes/entity.api.php |
Act on entities when inserted. |
hook_entity_update |
function |
drupal/core/includes/entity.api.php |
Act on entities when updated. |
hook_entity_delete |
function |
drupal/core/includes/entity.api.php |
Respond to entity deletion. |
EntityNG::language |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements TranslatableInterface::language(). |
ViewUI::entityType |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::entityType(). |
entity_test.module |
file |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Test module for the entity API providing an entity type for testing. |
TestEntity::$ftvid |
property |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/TestEntity.php |
Revision key. |
ViewUI::entityInfo |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::entityInfo(). |
TestEntity::bundle |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/TestEntity.php |
Overrides Drupal\Core\Entity\Entity::bundle(). |
entity_test_schema |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.install |
Implements hook_schema(). |
EntityBody::rewind |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Rewind to the beginning of the stream |
EntityResource.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php |
Definition of Drupal\rest\Plugin\rest\resource\EntityResource. |
entity_get_bundles |
function |
drupal/core/includes/entity.inc |
Returns the defined bundles for the given entity type. |
entity_form_submit |
function |
drupal/core/includes/entity.inc |
Retrieves, populates, and processes an entity form. |
Entity::entityType |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::entityType(). |
EntityFormTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php |
Definition of Drupal\system\Tests\Entity\EntityFormTest. |
EntityUUIDTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Definition of Drupal\system\Tests\Entity\EntityUUIDTest. |
LabelTestEntity.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/LabelTestEntity.php |
Contains Drupal\field_test\Plugin\Core\Entity\LabelTestEntity. |
hook_entity_presave |
function |
drupal/core/includes/entity.api.php |
Act on an entity before it is about to be created or updated. |
EntityReferenceItem |
class |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php |
Defines the 'entityreference_field' entity field item. |
FieldEntityTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FieldEntityTest.php |
Definition of Drupal\views\Tests\Entity\FieldEntityTest. |
EntityRevisionsTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php |
Tests for the basic revisioning functionality of entities. |
EntityReverse::init |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/relationship/EntityReverse.php |
Init handler to let relationships live on tables other than
the table they operate on. |
BundleKeyTestEntity |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/BundleKeyTestEntity.php |
Test entity class. |
entity_test.install |
file |
drupal/core/modules/system/tests/modules/entity_test/entity_test.install |
Install, update and uninstall functions for the entity_test module. |
TestEntity::$fttype |
property |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/TestEntity.php |
Bundle |
CacheableTestEntity |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/CacheableTestEntity.php |
Test entity class. |
EntityInterface::id |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns the entity identifier (the entity's machine name or numeric ID). |
EntityBodyInterface |
interface |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php |
Entity body used with an HTTP request or response |
JsonldEntityWrapper |
class |
drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldEntityWrapper.php |
Provide an interface for JsonldNormalizer to get required properties. |
entity_test_install |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.install |
Implements hook_install(). |
EntityBody::factory |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Create a new EntityBody based on the input type |
EntityResource::get |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php |
Responds to entity GET requests. |
ReadLimitEntityBody |
class |
drupal/core/vendor/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php |
EntityBody decorator used to return only a subset of an entity body |
EntityInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Definition of Drupal\Core\Entity\EntityInterface. |
entity_load_by_uuid |
function |
drupal/core/includes/entity.inc |
Loads an entity by UUID. |
Entity::$entityType |
property |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
The entity type. |
Entity::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Constructs an Entity object. |
comment_entity_info |
function |
drupal/core/modules/comment/comment.module |
Implements hook_entity_info(). |
EntityFieldTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Definition of Drupal\Core\Entity\Tests\EntityFieldTest. |
EntityCacheTest.php |
file |
drupal/core/modules/system/tests/modules/entity_cache_test_dependency/lib/Drupal/entity_cache_test_dependency/Plugin/Core/Entity/EntityCacheTest.php |
Contains Drupal\entity_cache_test_dependency\Plugin\Core\Entity\EntityCacheTest. |
EntityQueryTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Definition of Drupal\system\Tests\Entity\EntityQueryTest. |
Entity::getIterator |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements ComplexDataInterface::getIterator(). |
Entity::translations |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Returns the languages the entity is translated to. |