Same filename and directory in other branches
  1. 8.x-1.x colorbox.services.yml 1 comment
colorbox.services.yml

File

./colorbox.services.yml

View source
  1. services:
  2. colorbox.activation_check:
  3. class: Drupal\colorbox\ActivationCheck
  4. arguments: ['@config.factory', '@request_stack']
  5. colorbox.attachment:
  6. class: Drupal\colorbox\ColorboxAttachment
  7. arguments: ['@colorbox.activation_check', '@module_handler', '@config.factory']
  8. colorbox.gallery_id_generator:
  9. class: Drupal\colorbox\GalleryIdHelper
  10. arguments: ['@config.factory', '@token']

Services

Title Deprecated Summary
colorbox.activation_check Drupal\colorbox\ActivationCheck
colorbox.attachment Drupal\colorbox\ColorboxAttachment
colorbox.gallery_id_generator Drupal\colorbox\GalleryIdHelper