sdc.services.yml

Same filename in other branches
  1. 11.x core/modules/sdc/sdc.services.yml
core/modules/sdc/sdc.services.yml

File

core/modules/sdc/sdc.services.yml

View source
  1. services:
  2. _defaults:
  3. public: false
  4. # This service is deprecated, use the one defined in core instead.
  5. Drupal\sdc\Twig\TwigComponentLoader:
  6. alias: 'Drupal\Core\Template\Loader\ComponentLoader'
  7. deprecated:
  8. package: 'drupal/core'
  9. version: '10.3.0'
  10. message: The "%alias_id%" service is deprecated since drupal/core 10.3.0 and will be removed in 11.0.
  11. # This service is deprecated, use the one defined in core instead.
  12. Drupal\sdc\ComponentNegotiator:
  13. alias: 'Drupal\Core\Theme\ComponentNegotiator'
  14. deprecated:
  15. package: 'drupal/core'
  16. version: '10.3.0'
  17. message: The "%alias_id%" service is deprecated since drupal/core 10.3.0 and will be removed in 11.0.
  18. # This service defines the deprecated twig functions related to SDC.
  19. # Use the ones defined in core instead.
  20. Drupal\sdc\Twig\TwigExtension:
  21. alias: 'Drupal\Core\Template\ComponentsTwigExtension'
  22. deprecated:
  23. package: 'drupal/core'
  24. version: '10.3.0'
  25. message: The "%alias_id%" service is deprecated since drupal/core 10.3.0 and will be removed in 11.0.
  26. # This service is deprecated, use the one defined in core instead.
  27. Drupal\sdc\Component\SchemaCompatibilityChecker:
  28. alias: 'Drupal\Core\Theme\Component\SchemaCompatibilityChecker'
  29. deprecated:
  30. package: 'drupal/core'
  31. version: '10.3.0'
  32. message: The "%alias_id%" service is deprecated since drupal/core 10.3.0 and will be removed in 11.0.
  33. # This service is deprecated, use the one defined in core instead.
  34. Drupal\sdc\Component\ComponentValidator:
  35. alias: 'Drupal\Core\Theme\Component\ComponentValidator'
  36. deprecated:
  37. package: 'drupal/core'
  38. version: '10.3.0'
  39. message: The "%alias_id%" service is deprecated since drupal/core 10.3.0 and will be removed in 11.0.

Services

Title Deprecated Summary
Drupal\sdc\ComponentNegotiator Alias of Drupal\Core\Theme\ComponentNegotiator
Drupal\sdc\Component\ComponentValidator Alias of Drupal\Core\Theme\Component\ComponentValidator
Drupal\sdc\Component\SchemaCompatibilityChecker Alias of Drupal\Core\Theme\Component\SchemaCompatibilityChecker
Drupal\sdc\Twig\TwigComponentLoader Alias of Drupal\Core\Template\Loader\ComponentLoader
Drupal\sdc\Twig\TwigExtension Alias of Drupal\Core\Template\ComponentsTwigExtension
_defaults

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.