You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
369 B
8 lines
369 B
services: |
|
islandora_collection_manager.model_helper: |
|
class: Drupal\islandora_collection_manager\Service\ModelHelper |
|
arguments: ['@entity_type.manager', '@entity_field.manager', '@config.factory'] |
|
|
|
islandora_collection_manager.descendant_finder: |
|
class: Drupal\islandora_collection_manager\Service\DescendantFinder |
|
arguments: ['@entity_type.manager']
|
|
|