entity_render_controller |
function |
drupal/core/includes/entity.inc |
Returns an entity render controller for a given entity type. |
field_test_create_entity |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Creates a basic test_entity entity. |
EntityTestFormController |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestFormController.php |
Form controller for the test entity edit forms. |
Entity::isDefaultRevision |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements Drupal\Core\Entity\EntityInterface::isDefaultRevision(). |
EntityTranslation::access |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements AccessibleInterface::access(). |
EntityTranslationFormTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
Tests entity translation form. |
EntityFieldTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Modules to enable. |
EntityFieldTest::testSave |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tries to save and load an entity again. |
taxonomy_test_entity_view |
function |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module |
Implements hook_entity_view(). |
translation_entity.module |
file |
drupal/core/modules/translation_entity/translation_entity.module |
Allows entities to be translated into different languages. |
EntityQueryTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Modules to enable. |
EntityQueryTest::$factory |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
EntityQueryTest::$figures |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Field name for the greetings field. |
EntityNG::createDuplicate |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Overrides Entity::createDuplicate(). |
EntityQueryTest::testSort |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Test sort(). |
EntityTest::getRevisionId |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php |
Implements Drupal\Core\Entity\EntityInterface::getRevisionId(). |
ConfigEntityInterface.php |
file |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Definition of Drupal\Core\Config\Entity\ConfigEntityInterface. |
TestEntity::getRevisionId |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/TestEntity.php |
Overrides Drupal\Core\Entity\Entity::getRevisionId(). |
FieldEntityTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FieldEntityTest.php |
Modules to enable. |
ConfigEntityTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php |
|
entity_test_load_multiple |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Loads multiple test entities based on certain conditions. |
Tables::ensureEntityTable |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
Join entity table if necessary and return the alias for it. |
translation_entity_access |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Checks whether an entity translation is accessible. |
EntityManager::$cacheTags |
property |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
The cache tags used for entity plugin definitions. |
EntityBody::getContentMd5 |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Get an MD5 checksum of the stream's contents |
translation_entity_schema |
function |
drupal/core/modules/translation_entity/translation_entity.install |
Implements hook_schema(). |
translation_entity_enable |
function |
drupal/core/modules/translation_entity/translation_entity.install |
Implements hook_enable(). |
ReadLimitEntityBody::seek |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php |
Allow for a bounded seek on the read limited entity body |
ReadLimitEntityBody::read |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php |
@codeCoverageIgnore |
EntityTranslationTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Definition of Drupal\system\Tests\Entity\EntityTranslationTest. |
EntityAccessTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
|
Entity::getPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements ComplexDataInterface::getPropertyValues(). |
Entity::setPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements ComplexDataInterface::setPropertyValues(). |
EntityTranslation::isEmpty |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ComplexDataInterface::isEmpty(). |
EntityApiInfoTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiInfoTest.php |
|
EntityWrapper::$entityType |
property |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
The referenced entity type. |
EntityWrapper::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements TypedDataInterface::__construct(). |
EntityWrapper::getIdSource |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Helper to get the typed data object holding the source entity ID. |
EntityWrapper::getIterator |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements IteratorAggregate::getIterator(). |
translation_entity.install |
file |
drupal/core/modules/translation_entity/translation_entity.install |
Installation functions for Entity Translation module. |
EntityQueryTest::testCount |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Test entity count query. |
EntityRevisionsTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php |
Sets up a Drupal site for running functional and integration tests. |
ConfigEntityListController |
class |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityListController.php |
Defines the default list controller for ConfigEntity objects. |
entity_crud_hook_test.info |
file |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info |
name = "Entity CRUD Hooks Test"
description = "Support module for CRUD hook tests."
core = 8.x
package = Testing
version = VERSION
hidden = TRUE |
EntityEnclosingRequest.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
|
entity_cache_test_watchdog |
function |
drupal/core/modules/system/tests/modules/entity_cache_test/entity_cache_test.module |
Implements hook_watchdog(). |
HandlerBase::getEntityType |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Determines the entity type used by this handler. |
RESTTestBase::entityCreate |
function |
drupal/core/modules/rest/lib/Drupal/rest/Tests/RESTTestBase.php |
Creates entity objects based on their types. |
OverviewBase::$entity_type |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php |
The name of the entity type. |
JsonldEntityWrapper::getId |
function |
drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldEntityWrapper.php |
Get the Entity's URI for the @id attribute. |