EntityDisplayBase::$mode |
property |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
View or form mode to be displayed. |
EntityTestFormController |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestFormController.php |
Form controller for the test entity edit forms. |
EntityCrudHookTest::$ids |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
|
EntityFieldTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
|
TestEntity::loadMetadata |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticPHPDriverTest.php |
|
IoEmittingEntityBody.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php |
|
FieldEntityTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FieldEntityTest.php |
|
EntityUUIDTest::testCRUD |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Tests UUID generation in entity CRUD operations. |
EntityBCDecorator::__get |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Implements the magic method for getting object properties. |
EntityBCDecorator::__set |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Implements the magic method for setting object properties. |
EntityConverter::process |
function |
drupal/core/lib/Drupal/Core/ParamConverter/EntityConverter.php |
Tries to upcast every variable to an entity type. |
EntityQueryTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
ConfigEntityStatusUITest |
class |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityStatusUITest.php |
Tests configuration entity status UI functionality. |
ConfigEntityListTest.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php |
Definition of Drupal\config\Tests\ConfigEntityListTest. |
ConfigEntityUnitTest.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityUnitTest.php |
Contains Drupal\config\Tests\ConfigEntityUnitTest. |
EntityBCDecorator::isNew |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
EntityTranslation::__get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Magic method: Gets a translated field. |
EntityTranslation::__set |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Magic method: Sets a translated field. |
EntityBCDecorator::label |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
EntityLabelTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityLabelTest.php |
|
entity_reference.install |
file |
drupal/core/modules/entity_reference/entity_reference.install |
Install, update and uninstall functions for the Entity Reference
module. |
AreaEntityTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaEntityTest.php |
Modules to enable. |
entity_access_controller |
function |
drupal/core/includes/entity.inc |
Returns the entity access controller for the given entity type. |
EntityReference::getType |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/display/EntityReference.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::getType(). |
EntityReference::execute |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/display/EntityReference.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::execute(). |
hook_entity_prepare_view |
function |
drupal/core/includes/entity.api.php |
Act on entities as they are being prepared for view. |
entity_render_controller |
function |
drupal/core/includes/entity.inc |
Returns an entity render controller for a given entity type. |
EntityWrapper::getString |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Overrides \Drupal\Core\TypedData\TypedData::getString(). |
EntityReferenceAdminTest |
class |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAdminTest.php |
Tests the Entity Reference Admin UI. |
hook_entity_field_access |
function |
drupal/core/includes/entity.api.php |
Control access to fields. |
EntityBody::calculateMd5 |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Calculate the MD5 hash of an entity body |
EntityReferenceItem::get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php |
Overrides \Drupal\Core\Entity\Field\FieldItemBase::get(). |
Entity::uriRelationships |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Returns a list of URI relationships supported by this entity. |
field_test_create_entity |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Creates a basic test_entity entity. |
EntityNG::getTranslation |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements \Drupal\Core\TypedData\TranslatableInterface::getTranslation(). |
EntityType::$controllers |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
An associative array where the keys are the names of different controller
types (listed below) and the values are the names of the classes that
implement that controller: |
EntityType::$field_cache |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
Boolean indicating if the persistent cache of field data should be used. |
EntityType::$translation |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
@todo translation_entity_entity_info_alter() uses this but it is undocumented. |
EntityType::$entity_keys |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
An array describing how the Field API can extract certain information from
objects of this entity type: |
EntityFormController.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Contains \Drupal\Core\Entity\EntityFormController. |
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 |
language_entity_supported |
function |
drupal/core/modules/language/language.module |
Returns a list of supported entity types. |
EntityReferenceController |
class |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceController.php |
Defines route controller for entity reference. |
entity_test_create_bundle |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Creates a new bundle for entity_test entities. |
EntityApiTest::assertCRUD |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php |
Executes a test set for a defined entity type and user. |
entity_test_rename_bundle |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Renames a bundle for entity_test entities. |
entity_test_delete_bundle |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Deletes a bundle for entity_test entities. |
EntitySchema::$uriPattern |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/EntitySchema.php |
The URI pattern for entity site schema terms. |
EntitySchema::$entityType |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/EntitySchema.php |
The entity type that this term identifies. |