|
EntityApiInfoTest::testEntityInfoChanges |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiInfoTest.php |
Ensures entity info cache is updated after changes. |
|
EntityEnclosingRequestInterface::setBody |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Set the body of the request |
|
EntityEnclosingRequestInterface::getBody |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Get the body of the request if set |
|
AbstractEntityBodyDecorator::__construct |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Wrap a entity body |
|
AbstractEntityBodyDecorator::getMetaData |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
@codeCoverageIgnore |
|
EntityFormControllerInterface::getEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Returns the form entity. |
|
EntityFormControllerInterface::setEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Sets the form entity. |
|
EntityTranslationController::$entityType |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
The type of the entity being translated. |
|
EntityTranslationController::$entityInfo |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
The entity info of the entity being translated. |
|
EntityTranslationController::__construct |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Initializes an instance of the entity translation controller. |
|
EntityTranslationController::retranslate |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::retranslate(). |
|
EntityTranslationController::getBasePath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getBasePath(). |
|
EntityTranslationController::getEditPath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getEditPath(). |
|
EntityTranslationController::getViewPath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getViewPath(). |
|
EntityStorageControllerInterface::create |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Constructs a new entity object, without permanently saving it. |
|
EntityStorageControllerInterface::delete |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Deletes permanently saved entities. |
|
entity_crud_hook_test_taxonomy_term_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_term_load(). |
|
UserEntityCallbacksTest::testUriCallback |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php |
Test URI callback. |
|
EntityRenderController::getBuildDefaults |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php |
Provides entity-specific defaults to the build process. |
|
translation_entity_load_translation_data |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Loads translation data into the given entities. |
|
EntityTranslationUITest::setupTranslator |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Creates and activates a translator user. |
|
EntityTranslationUITest::setupTestFields |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Creates the test fields. |
|
translation_entity_delete_confirm_submit |
function |
drupal/core/modules/translation_entity/translation_entity.pages.inc |
Form submission handler for translation_entity_delete_confirm(). |
|
EntityTranslationControllerInterface.php |
file |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Definition of Drupal\translation_entity\EntityTranslationControllerInterface. |
|
EntityTranslation::getPropertyDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ComplexDataInterface::getPropertyDefinitions(). |
|
EntityCrudHookTest::testTaxonomyTermHooks |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Tests hook invocations for CRUD operations on taxonomy terms. |
|
EntityReferenceItem::$propertyDefinitions |
property |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php |
Field definitions of the contained properties. |
|
UserTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
|
TermTranslationController::entityFormSave |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermTranslationController.php |
Form submission handler for TermTranslationController::entityFormAlter(). |
|
Controller::deleteObjectIdentityRelations |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php |
Deletes all entries from the relations table from the database. |
|
TermTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
|
EntityEnclosingRequest::processPostFields |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Determine what type of request should be sent based on post fields |
|
NodeTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
|
DatabaseStorageControllerNG::$entityClass |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
The entity class to use. |
|
EntityDerivative::getDerivativeDefinition |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/Derivative/EntityDerivative.php |
Implements DerivativeInterface::getDerivativeDefinition(). |
|
EntityQueryRelationshipTest::$queryResults |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
The results returned by EntityQuery. |
|
EntityQueryRelationshipTest::assertResults |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Assert the results. |
|
AnnotationDriver::$entityAnnotationClasses |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php |
Name of the entity annotations as keys |
|
EntityCrudHookTest::assertHookMessageOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Checks the order of CRUD hook execution messages. |
|
EntityEnclosingRequestInterface::MULTIPART |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
|
|
EntityFilteringThemeTest::testThemedEntity |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
Checks each themed entity for XSS filtering in available themes. |
|
AbstractEntityBodyDecorator::getContentMd5 |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Get an MD5 checksum of the stream's contents |
|
AbstractEntityBodyDecorator::getStreamType |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Get a label describing the underlying implementation of the stream |
|
NodeTranslationController::entityFormAlter |
function |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Overrides EntityTranslationController::entityFormAlter(). |
|
NodeTranslationController::entityFormTitle |
function |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Overrides EntityTranslationController::entityFormTitle(). |
|
EntityFormControllerInterface::buildEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Builds an updated entity object based upon the submitted form values. |
|
entity_crud_hook_test_taxonomy_term_insert |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_term_insert(). |
|
JsonldEntityReferenceNormalizer::normalize |
function |
drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldEntityReferenceNormalizer.php |
Implements \Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize() |
|
entity_crud_hook_test_taxonomy_term_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_term_update(). |
|
entity_crud_hook_test_taxonomy_term_delete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_term_delete(). |