You are here

ingredient.services.yml in Recipe 8.2

modules/ingredient/ingredient.services.yml

File

modules/ingredient/ingredient.services.yml
View source
  1. services:
  2. ingredient.breadcrumb:
  3. class: Drupal\ingredient\IngredientBreadcrumbBuilder
  4. tags:
  5. - { name: breadcrumb_builder, priority: 100 }
  6. ingredient.unit:
  7. class: Drupal\ingredient\Utility\IngredientUnitUtility
  8. arguments: ['@config.factory']
  9. ingredient.quantity:
  10. class: Drupal\ingredient\Utility\IngredientQuantityUtility
  11. ingredient.fuzzymatch:
  12. class: Drupal\ingredient\Utility\IngredientUnitFuzzymatch
  13. arguments: ['@config.factory']