You are here

prev_next.services.yml in Previous/Next API 8.2

File

prev_next.services.yml
View source
  1. services:
  2. prev_next.api:
  3. class: Drupal\prev_next\PrevNextApi
  4. arguments: ["@module_handler", "@database", "@prev_next.helper"]
  5. prev_next.helper:
  6. class: Drupal\prev_next\PrevNextHelper
  7. arguments: ["@database", "@config.factory"]