You are here

simple_node_importer.services.yml in Simple Node Importer 8

File

simple_node_importer.services.yml
View source
  1. # config.factory helps us read data out of the config file in the "install" directory.
  2. services:
  3. snp.get_services:
  4. class: Drupal\simple_node_importer\Services\GetServices
  5. arguments: ["@config.factory"]
  6. node:
  7. class: Drupal\simple_node_importer\ParamConverter\SimpleNodeParamConverter
  8. tags:
  9. - { name: paramconverter }