You are here

bootstrap_simple_carousel.services.yml in bootstrap simple carousel 8

File

bootstrap_simple_carousel.services.yml
View source
  1. services:
  2. bootstrap_simple_carousel.carousel_service:
  3. class: Drupal\bootstrap_simple_carousel\Service\CarouselService
  4. arguments: ['@renderer', '@entity_type.manager']
  5. autowire: true
  6. logger.channel.bootstrap_simple_carousel:
  7. parent: logger.channel_base
  8. arguments: [ 'bootstrap_simple_carousel' ]