You are here

entity_share_server.services.yml in Entity Share 8.2

Same filename and directory in other branches
  1. 8.3 modules/entity_share_server/entity_share_server.services.yml
modules/entity_share_server/entity_share_server.services.yml

File

modules/entity_share_server/entity_share_server.services.yml
View source
  1. services:
  2. entity_share_server.channel_manipulator:
  3. class: Drupal\entity_share_server\Service\ChannelManipulator
  4. arguments:
  5. - '@entity_type.manager'
  6. - '@jsonapi.resource_type.repository'