htools-8.x-1.x-dev/htools.services.yml
htools.services.yml
services:
logger.channel.htools:
parent: logger.channel_base
arguments: ['htools']
# htools.toggle_entity_sync_protection:
# class: Drupal\htools\ToggleEntitySyncProtection
# arguments: ['@request_stack', '@config.factory']
htools.media_image_utils:
class: Drupal\htools\Utils\MediaImage
arguments: ['@config.factory', '@language_manager', '@current_user', '@entity_type.manager']
htools.serialization.jwt:
class: Drupal\htools\Serialization\Jwt
htools.render_block_component_subscriber:
class: Drupal\htools\EventSubscriber\BlockComponentRenderArray
arguments: ['@current_user']
tags:
- { name: event_subscriber }
