You are here

service entity_share_diff.entity_parser in Entity Share 8.3

Class

Drupal\entity_share_diff\Service\EntityParser
2 string references to entity_share_diff.entity_parser
DiffController::create in modules/entity_share_diff/src/Controller/DiffController.php
Instantiates a new instance of this class.
DiffGeneratorPluginBase::create in modules/entity_share_diff/src/DiffGenerator/DiffGeneratorPluginBase.php
Creates an instance of the plugin.

File

modules/entity_share_diff/entity_share_diff.services.yml
modules/entity_share_diff/entity_share_diff.services.yml

View source
  1. class: Drupal\entity_share_diff\Service\EntityParser
  2. arguments:
  3. - '@plugin.manager.entity_share_diff_generator_manager'
  4. - '@language_manager'
  5. - '@entity_share_client.remote_manager'
  6. - '@entity_share_client.jsonapi_helper'
  7. - '@jsonapi.resource_type.repository'
  8. - '@entity_share_client.entity_reference_helper'