EntityTranslationSettingsTest::$modules |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSettingsTest.php |
Modules to enable. |
EntityTranslationSyncUnitTest::$columns |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
All the field colums. |
EntityTranslationSyncUnitTest::$modules |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
Modules to enable. |
NodeEntityFieldQueryAlterTest::$modules |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
Modules to enable. |
EntityReferenceSelectionSortTest::setUp |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionSortTest.php |
Sets up a Drupal site for running functional and integration tests. |
RegisterEntityResolversCompilerPass.php |
file |
drupal/core/modules/serialization/lib/Drupal/serialization/RegisterEntityResolversCompilerPass.php |
Contains \Drupal\serialization\RegisterEntityResolversCompilerPass. |
EntityTranslationTestBase::createEntity |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
Creates the entity to be translated. |
AutocompleteWidgetBase::createNewEntity |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidgetBase.php |
Creates a new entity from a label entered in the autocomplete input. |
EntityTranslationSyncImageTest::getInfo |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncImageTest.php |
|
EditEntityFieldAccessCheckInterface.php |
file |
drupal/core/modules/edit/lib/Drupal/edit/Access/EditEntityFieldAccessCheckInterface.php |
Contains \Drupal\edit\Access\EditEntityFieldAccessCheckInterface. |
EntityTypeConstraintValidator::validate |
function |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php |
Implements \Symfony\Component\Validator\ConstraintValidatorInterface::validate(). |
EntityReferenceTaxonomyTermRssFormatter |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/EntityReferenceTaxonomyTermRssFormatter.php |
Plugin implementation of the 'entity reference taxonomy term RSS' formatter. |
EntityTranslationWorkflowsTest::$entity |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php |
The entity used for testing. |
EntityTranslationWorkflowsTest::getInfo |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php |
|
EntityFormControllerInterface::validate |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Validates the submitted form values of the entity form. |
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. |
EntityDisplayTest::testEntityDisplayCRUD |
function |
drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php |
Tests basic CRUD operations on EntityDisplay objects. |
EntityReferenceAutocomplete::__construct |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceAutocomplete.php |
Constructs a EntityReferenceAutocomplete object. |
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. |
EntityTranslationControllerInterface.php |
file |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Definition of Drupal\translation_entity\EntityTranslationControllerInterface. |
EntityApiInfoTest::testEntityInfoChanges |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiInfoTest.php |
Ensures entity info cache is updated after changes. |
EntityFormController::updateFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Updates the form language to reflect any change to the entity language. |
EntityDisplayBaseInterface::getComponent |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBaseInterface.php |
Gets the display options set for a component. |
translation_entity_delete_confirm_submit |
function |
drupal/core/modules/translation_entity/translation_entity.pages.inc |
Form submission handler for translation_entity_delete_confirm(). |
EntityDisplayBaseInterface::setComponent |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBaseInterface.php |
Sets the display options for a component. |
EntityViewModeStorageController::preSave |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityViewModeStorageController.php |
Acts on an entity before the presave hook is invoked. |
AbstractEntityBodyDecorator::__construct |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Wrap a entity body |
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(). |
EntityTestRenderController::buildContent |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::buildContent(). |
AbstractEntityBodyDecorator::getMetaData |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
@codeCoverageIgnore |
EntityCrudHookTest::testEntityNGRollback |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
Tests rollback from failed insert in EntityNG. |
EntityStorageControllerBase::$entityType |
property |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Entity type for this controller instance. |
EntityStorageControllerBase::$entityInfo |
property |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Array of information about the entity. |
EntityStorageControllerBase::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Constructs an EntityStorageControllerBase instance. |
FilterEntityBundleTest::testFilterEntity |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FilterEntityBundleTest.php |
Tests the generic bundle filter. |
ViewsEntityRow::getDerivativeDefinitions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Derivative/ViewsEntityRow.php |
Returns the definition of all derivatives of a base plugin. |
entity_reference_entity_field_info_alter |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Implements hook_entity_field_info_alter(). |
entity_reference_field_widget_info_alter |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Implements hook_field_widget_info_alter(). |
TranslationEntityViewsUITest::$testViews |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/Views/TranslationEntityViewsUITest.php |
Views used by this test. |
EntityBCDecorator::getPropertyDefinition |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
EntityTranslation::getPropertyDefinition |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyDefinition(). |
EntityReferenceItemNormalizer::normalize |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityReferenceItemNormalizer.php |
Implements \Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize() |
EntityReferenceAutocompleteTest::$bundle |
property |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutocompleteTest.php |
The bundle used in this test. |
EntityReferenceAutocompleteTest::getInfo |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutocompleteTest.php |
|
CustomBlockFormController::prepareEntity |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::prepareEntity(). |
EntityReferenceIdFormatter::viewElements |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceIdFormatter.php |
Overrides \Drupal\entity_reference\Plugin\field\formatter\EntityReferenceFormatterBase::viewElements(). |
EntityEnclosingRequestInterface::setBody |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Set the body of the request |
EntityTranslationSyncImageTest::$modules |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncImageTest.php |
Modules to enable. |