Prefills edit form with DOI values
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
339 B

services:
doi_prefill.crossref_api_reader:
class: Drupal\doi_prefill\CrossrefApiReader
arguments: ['@http_client', '@logger.channel.islandora', '@config.factory']
doi_prefill.node_builder:
class: Drupal\doi_prefill\NodeBuilder
arguments: ['@entity_type.manager', '@doi_prefill.crossref_api_reader', '@config.factory']