AnnotationDriver::$entityAnnotationClasses |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php |
Name of the entity annotations as keys |
EntityFilteringThemeTest::testThemedEntity |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
Checks each themed entity for XSS filtering in available themes. |
UserEntityCallbacksTest::testLabelCallback |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php |
Test label callback. |
EntityQueryRelationshipTest::$queryResults |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
The results returned by EntityQuery. |
entity_crud_hook_test_taxonomy_term_create |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_term_create(). |
EntityQueryRelationshipTest::assertResults |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Assert the results. |
translation_entity_translatable_batch_done |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Batch finished callback: Checks the exit status of the batch operation. |
EntityFormController::submitEntityLanguage |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Handle possible entity language changes. |
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(). |
EntityViewModeStorageController::preDelete |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityViewModeStorageController.php |
Acts on entities before they are deleted. |
EntityDerivative::getDerivativeDefinitions |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/Derivative/EntityDerivative.php |
Implements DerivativeInterface::getDerivativeDefinitions(). |
AbstractEntityBodyDecorator::getContentMd5 |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Get an MD5 checksum of the stream's contents |
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(). |
EntityCrudHookTest::assertHookMessageOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Checks the order of CRUD hook execution messages. |
AbstractEntityBodyDecorator::getStreamType |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Get a label describing the underlying implementation of the stream |
EntityListController::getStorageController |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Implements \Drupal\Core\Entity\EntityListControllerInterface::getStorageController(). |
EntityEnclosingRequest::configureRedirects |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Configure how redirects are handled for the request |
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(). |
TermTranslationController::entityFormAlter |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermTranslationController.php |
Overrides EntityTranslationController::entityFormAlter(). |
EntityStorageControllerBase::loadUnchanged |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Loads an unchanged entity from the database. |
EntityResolverTest::testUuidEntityResolver |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntityResolverTest.php |
Test that fields referencing UUIDs can be denormalized. |
EntityTranslationUITest::testTranslationUI |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Tests the basic translation UI. |
EntityBCDecorator::getTranslationLanguages |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
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(). |
NodeEntityFieldQueryAlterTest::$accessUser |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
User with permission to view content. |
EntityReferenceSelectionSortTest::$modules |
property |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionSortTest.php |
|
EntityReferenceFormatterBase::viewElements |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceFormatterBase.php |
Overrides \Drupal\field\Plugin\Type\Formatter\FormatterBase::viewElements(). |
EntityReferenceSelectionSortTest::testSort |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionSortTest.php |
Assert sorting by field and property. |
EntityBody::setStreamFilterContentEncoding |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
|
EntityTranslationTestBase::setupTestFields |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
Creates the test fields. |
EntityEnclosingRequestInterface::MULTIPART |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
|
EntityTranslationSyncImageTest::saveEntity |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncImageTest.php |
Saves the passed entity and reloads it, enabling compatibility mode. |
EntityFormControllerInterface::buildEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Builds an updated entity object based upon the submitted form values. |
DatabaseStorageController::$entityFieldInfo |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
An array of field information, i.e. containing definitions. |
MetadataGeneratorTest::testSimpleEntityType |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php |
Tests a simple entity type, with two different simple fields. |
translation_entity_entity_bundle_info_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_entity_bundle_info_alter(). |
EntityReferenceAutocomplete::$entityManager |
property |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceAutocomplete.php |
The entity manager. |
EntityAccessControllerInterface::resetCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityAccessControllerInterface.php |
Clears all cached access checks. |
translation_entity_translatable_form_submit |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Form submission handler for translation_entity_translatable_form(). |
EntityFormController::isDefaultFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::isDefaultFormLangcode(). |
entity_crud_hook_test_taxonomy_term_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_term_presave(). |
EntityDisplayBaseInterface::removeComponent |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBaseInterface.php |
Sets a component to be hidden. |
AbstractEntityBodyDecorator::getContentType |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Guess the Content-Type or return the default application/octet-stream |
AbstractEntityBodyDecorator::getWrapperData |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Wrapper specific data attached to this stream. |
_entity_reference_form_process_merge_parent |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Render API callback: Moves entity_reference specific Form API elements
(i.e. 'handler_settings') up a level for easier processing by the validation
and submission handlers. |
EntityTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Returns an array of entity field values to be tested. |
EntityReferenceAutocompleteTest::$fieldName |
property |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutocompleteTest.php |
The name of the field used in this test. |
EntityReferenceSelectionAccessTest::getInfo |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php |
|
EntityTranslationSyncUnitTest::$cardinality |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
The field cardinality. |