EntityTestStorageController |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Defines the controller class for the test entity. |
field_test_entity_test_load |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Loads a test_entity. |
EntityTranslation::getValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements TypedDataInterface::getValue(). |
EntityQueryRelationshipTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Tests Entity Query API relationship functionality. |
EntityTranslation::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements TypedDataInterface::setValue(). |
EntityCrudHookTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Modules to enable. |
EntityNG::$compatibilityMode |
property |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Whether the entity is in pre-Entity Field API compatibility mode. |
EntityWrapper::getProperties |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php |
Implements ComplexDataInterface::getProperties(). |
EntityNG::getTranslatedField |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Gets a translated field. |
translation_entity.admin.inc |
file |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
The entity translation administration forms. |
translation_entity.pages.inc |
file |
drupal/core/modules/translation_entity/translation_entity.pages.inc |
The entity translation user interface. |
hook_entity_field_info_alter |
function |
drupal/core/includes/entity.api.php |
Alter defined entity properties. |
EntityRevisionsTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php |
|
entity_crud_hook_test.module |
file |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Test module for the Entity CRUD API. |
node_access_entity_test_page |
function |
drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module |
Page callback: Creates the node access entity test page. |
JsonldEntityWrapper::$entity |
property |
drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldEntityWrapper.php |
The entity that this object wraps. |
JsonldEntityWrapper::$format |
property |
drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldEntityWrapper.php |
The requested format. |
EntityTestFormController.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestFormController.php |
Definition of Drupal\entity_test\EntityTestFormController. |
ConfigEntityTest::testCRUDUI |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php |
Tests CRUD operations through the UI. |
TestEntityFormController.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityFormController.php |
Definition of Drupal\field_test\TestEntityFormController. |
EntityFilteringThemeTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
Contains Drupal\system\Tests\Theme\EntityFilteringThemeTest. |
EntityBody::$contentEncoding |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
|
EntityRenderController::view |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php |
Implements Drupal\Core\Entity\EntityRenderControllerInterface::view(). |
EntityBody::getContentLength |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Get the Content-Length of the entity body if possible (alias of getSize) |
EntityManager::getDefinition |
function |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Overrides Drupal\Component\Plugin\PluginManagerBase::getDefinition(). |
EntityFormControllerNG::form |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerNG.php |
Overrides EntityFormController::form(). |
SearchMultilingualEntityTest |
class |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php |
Tests entities with multilingual fields. |
EntityFormController::submit |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements Drupal\Core\Entity\EntityFormControllerInterface::submit(). |
EntityFormController::delete |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Form submission handler for the 'delete' action. |
ReadLimitEntityBody::$offset |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php |
|
EntityMalformedException.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityMalformedException.php |
Definition of Drupal\Core\Entity\EntityMalformedException. |
EntityListController::render |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Implements Drupal\Core\Entity\EntityListControllerInterface::render(). |
EntityFormTest::testFormCRUD |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php |
Tests basic form CRUD functionality. |
EntityTranslationTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Sets up a Drupal site for running functional and integration tests. |
field_test_entity_info_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Implements hook_entity_info_alter(). |
EntityTranslation::$langcode |
property |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
The language code of the translation. |
EntityTranslation::getParent |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ContextAwareInterface::getParent(). |
EntityTranslation::setParent |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ContextAwareInterface::setParent(). |
EntityTranslation::getString |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements TypedDataInterface::getString(). |
EntityListControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Defines an interface for entity list controllers. |
EntityFieldTest::testIterator |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tests iterating over properties. |
EntityReferenceItem::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php |
Overrides FieldItemBase::setValue(). |
ConfigEntityBase::$originalID |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
The original ID of the configuration entity. |
EntityQueryTest::assertResult |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
ConfigEntityBase::__construct |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Overrides Entity::__construct(). |
EntityQueryTest::testMetaData |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Test adding a tag and metadata to the Entity query object. |
EntityRevisionsTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php |
Modules to enable. |
EntityFormControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Defines a common interface for entity form controller classes. |
EntityPropertiesTest::getInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/EntityPropertiesTest.php |
|
EntityInterface::enforceIsNew |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Enforces an entity to be new. |