Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / web / modules / contrib / search_api_synonym / search_api_synonym.services.yml
diff --git a/web/modules/contrib/search_api_synonym/search_api_synonym.services.yml b/web/modules/contrib/search_api_synonym/search_api_synonym.services.yml
new file mode 100644 (file)
index 0000000..5d80d80
--- /dev/null
@@ -0,0 +1,12 @@
+services:
+  plugin.manager.search_api_synonym.import:
+    class: Drupal\search_api_synonym\Import\ImportPluginManager
+    parent: default_plugin_manager
+  plugin.manager.search_api_synonym.export:
+    class: Drupal\search_api_synonym\Export\ExportPluginManager
+    parent: default_plugin_manager
+  search_api_synonym.command.export:
+    class: Drupal\search_api_synonym\Command\ExportCommand
+    arguments: []
+    tags:
+      - { name: drupal.command }