You are here

service entity_share_client.remote_manager in Entity Share 8.2

Same name and namespace in other branches
  1. 8.3 modules/entity_share_client/entity_share_client.services.yml \entity_share_client.remote_manager
  2. 8 modules/entity_share_client/entity_share_client.services.yml \entity_share_client.remote_manager

Class

Drupal\entity_share_client\Service\RemoteManager
5 string references to entity_share_client.remote_manager
DiffController::create in modules/entity_share_client/src/Controller/DiffController.php
Instantiates a new instance of this class.
EntityShareAsyncWorker::create in modules/entity_share_async/src/Plugin/QueueWorker/EntityShareAsyncWorker.php
Creates an instance of the plugin.
EntityShareClientFunctionalTestBase::setUp in modules/entity_share_client/tests/src/Functional/EntityShareClientFunctionalTestBase.php
entity_share_client_test_cron in modules/entity_share_client/tests/modules/entity_share_client_test/entity_share_client_test.module
Implements hook_cron().
PullForm::create in modules/entity_share_client/src/Form/PullForm.php
Instantiates a new instance of this class.

File

modules/entity_share_client/entity_share_client.services.yml
modules/entity_share_client/entity_share_client.services.yml

View source
  1. class: Drupal\entity_share_client\Service\RemoteManager
  2. arguments:
  3. - '@http_client_factory'
  4. - '@entity_share_client.request'