You are here

19 calls to EntityShareUtility::prepareData() in Entity Share 8.2

BlockFieldBlockContentImporter::importBlockContentEntities in modules/entity_share_client/src/EventSubscriber/BlockFieldBlockContentImporter.php
Import block contents from block field.
ContentEntityReferenceTest::testReferencedEntityCreated in modules/entity_share_client/tests/src/Functional/ContentEntityReferenceTest.php
Test that a referenced entity is pulled even if not selected.
DiffController::compareEntities in modules/entity_share_client/src/Controller/DiffController.php
Returns a table showing the differences between local and remote entities.
EntityShareAsyncWorker::processItem in modules/entity_share_async/src/Plugin/QueueWorker/EntityShareAsyncWorker.php
Works on a single queue item.
EntityShareClientCliService::pull in modules/entity_share_client/src/Service/EntityShareClientCliService.php
Pull content.
EntityShareClientCliService::pullUpdates in modules/entity_share_client/src/Service/EntityShareClientCliService.php
Pull changed content.
EntityShareClientFunctionalTestBase::discoverJsonApiEndpoints in modules/entity_share_client/tests/src/Functional/EntityShareClientFunctionalTestBase.php
Helper function to populate the request service with responses.
EntityShareClientFunctionalTestBase::getEntityJsonData in modules/entity_share_client/tests/src/Functional/EntityShareClientFunctionalTestBase.php
Helper function to import all channels.
EntityShareClientFunctionalTestBase::pullChannel in modules/entity_share_client/tests/src/Functional/EntityShareClientFunctionalTestBase.php
Helper function to import all channels.
EntityShareClientFunctionalTestBase::pullEveryChannels in modules/entity_share_client/tests/src/Functional/EntityShareClientFunctionalTestBase.php
Helper function to import all channels.
EntityShareServerFunctionalTest::checkEntitiesOnChannel in modules/entity_share_server/tests/src/Functional/EntityShareServerFunctionalTest.php
Helper function to check the presence of entities on a specific channel.
EntityShareServerFunctionalTest::checkEntitiesOrderOnChannel in modules/entity_share_server/tests/src/Functional/EntityShareServerFunctionalTest.php
Helper function to check the order of entities on a specific channel.
entity_share_client_test_cron in modules/entity_share_client/tests/modules/entity_share_client_test/entity_share_client_test.module
Implements hook_cron().
InfiniteLoopTest::infiniteLoopTestHelper in modules/entity_share_client/tests/src/Functional/InfiniteLoopTest.php
Helper function.
JsonapiHelper::buildEntitiesOptions in modules/entity_share_client/src/Service/JsonapiHelper.php
Prepare entities from an URI to request.
JsonapiHelper::importEntityListData in modules/entity_share_client/src/Service/JsonapiHelper.php
Use data from the JSON:API to import content.
JsonapiHelper::updateRelationships in modules/entity_share_client/src/Service/JsonapiHelper.php
Create or update the entity reference field values of an entity.
PullForm::synchronizeSelectedEntities in modules/entity_share_client/src/Form/PullForm.php
Form submission handler for the 'synchronize' action.
TaxonomyEntityReferenceTest::testReferencedEntityCreated in modules/entity_share_client/tests/src/Functional/TaxonomyEntityReferenceTest.php
Test that a referenced entity is pulled even if not selected.