service entity_share_client.jsonapi_helper in Entity Share 8
Same name and namespace in other branches
- 8.3 modules/entity_share_client/entity_share_client.services.yml \entity_share_client.jsonapi_helper
- 8.2 modules/entity_share_client/entity_share_client.services.yml \entity_share_client.jsonapi_helper
Class
Drupal\entity_share_client\Service\JsonapiHelper3 string references to entity_share_client.jsonapi_helper
- entity_share_client_test_cron in modules/
entity_share_client/ tests/ modules/ entity_share_client_test/ entity_share_client_test.module - Implements hook_cron().
- JsonapiBatchHelper::importEntityListBatch in modules/
entity_share_client/ src/ JsonapiBatchHelper.php - Batch operation.
- 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
- class: Drupal\entity_share_client\Service\JsonapiHelper
- arguments:
- - '@jsonapi.serializer_do_not_use_removal_imminent'
- - '@serializer.normalizer.jsonapi_document_toplevel.jsonapi'
- - '@jsonapi.resource_type.repository'
- - '@entity_type.bundle.info'
- - '@entity_type.manager'
- - '@entity.definition_update_manager'
- - '@stream_wrapper_manager'
- - '@language_manager'
- - '@entity_share_client.remote_manager'
- - '@event_dispatcher'