EntityWrapper::getName |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements ContextAwareInterface::getName(). |
EntityWrapper::setName |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements ContextAwareInterface::setName(). |
hook_entity_info_alter |
function |
drupal/core/includes/entity.api.php |
Alter the entity type definitions. |
EntityWrapper::isEmpty |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements ComplexDataInterface::isEmpty(). |
hook_entity_view_alter |
function |
drupal/core/includes/entity.api.php |
Alter the results of ENTITY_view(). |
hook_entity_field_info |
function |
drupal/core/includes/entity.api.php |
Define custom entity properties. |
EntityQueryTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Sets up a Drupal site for running functional and integration tests. |
EntityStorageException |
class |
drupal/core/lib/Drupal/Core/Entity/EntityStorageException.php |
Defines an exception thrown when storage operations fail. |
ContentEntityInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/ContentEntityInterface.php |
Defines a common interface for all content entity objects. |
ConfigEntityBase::sort |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Helper callback for uasort() to sort configuration entities by weight and label. |
EntityInterface::isNew |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns whether the entity is new. |
EntityInterface::label |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns the label of the entity. |
JsonldEntityNormalizer |
class |
drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldEntityNormalizer.php |
Converts the Drupal entity object structure to JSON-LD array structure. |
entity_test_permission |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_permission(). |
Sql::get_entity_tables |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Returns an array of all tables from the query that map to an entity type. |
EntityRenderController |
class |
drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php |
Base class for entity view controllers. |
EntityBody::fromString |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Create a new EntityBody from a string |
EntityBody::uncompress |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Decompress a deflated string. Once uncompressed, the uncompressed string is then used as the wrapped stream. |
EntityRow::$base_table |
property |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php |
The table the entity is using for storage. |
EntityRow::$base_field |
property |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php |
The actual field which is used for the entity id. |
EntityRow::$entityType |
property |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php |
Stores the entity type of the result entities. |
EntityRow::$entityInfo |
property |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php |
Contains the entity info of the entity type of this row plugin instance. |
EntityEnclosingRequest |
class |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
HTTP request that sends an entity-body in the request message (POST, PUT, PATCH, DELETE) |
EntityFormControllerNG |
class |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerNG.php |
Entity form controller variant for entity types using the new property API. |
QueryBase::$entityType |
property |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The entity type this query runs against. |
EntityResource::delete |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php |
Responds to entity DELETE requests. |
entity_revision_delete |
function |
drupal/core/includes/entity.inc |
Deletes an entity revision. |
EntityApiTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php |
|
entity_delete_multiple |
function |
drupal/core/includes/entity.inc |
Deletes multiple entities permanently. |
entity_form_controller |
function |
drupal/core/includes/entity.inc |
Returns an entity form controller for the given operation. |
Entity::setNewRevision |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::setNewRevision(). |
entity_list_controller |
function |
drupal/core/includes/entity.inc |
Returns an entity list controller for a given entity type. |
field_test_entity_save |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Saves a test_entity. |
EntityCrudHookTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Definition of Drupal\system\Tests\Entity\EntityCrudHookTest. |
field_test_entity_edit |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Menu callback: displays the 'Edit exiisting test_entity' form. |
EntityTranslation::get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements TypedDataInterface::get(). |
EntityTranslation::set |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ComplexDataInterface::set(). |
Entity::createDuplicate |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements EntityInterface::createDuplicate(). |
EntityBodyInterface.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php |
|
ReadLimitEntityBody.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php |
|
BundleKeyTestEntity.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/BundleKeyTestEntity.php |
Contains Drupal\field_test\Plugin\Core\Entity\BundleKeyTestEntity. |
EntityWrapper::getValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements TypedDataInterface::getValue(). |
EntityWrapper::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements TypedDataInterface::setValue(). |
CacheableTestEntity.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/CacheableTestEntity.php |
Contains Drupal\field_test\Plugin\Core\Entity\CacheableTestEntity. |
EntityWrapper::validate |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements TypedDataInterface::validate(). |
EntityNG::getProperties |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements ComplexDataInterface::getProperties(). |
EntityReferenceItem.php |
file |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php |
Definition of Drupal\Core\Entity\Field\Type\EntityReferenceItem. |
hook_entity_query_alter |
function |
drupal/core/includes/entity.api.php |
Alter or execute an Drupal\Core\Entity\Query\EntityQueryInterface. |
translation_entity.info |
file |
drupal/core/modules/translation_entity/translation_entity.info |
name = Entity Translation
description = Allows entities to be translated into different languages.
dependencies[] = language
package = Core
version = VERSION
core = 8.x |
EntityUUIDTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
|