Provides a ROR (Research Organization Registry) field type and widgets
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.
 
 

12 lines
302 B

services:
logger.channel.islandora_ror:
class: Drupal\Core\Logger\LoggerChannel
arguments: ['islandora_ror']
islandora_ror.ror_client:
class: Drupal\islandora_ror\Service\RorClient
arguments:
- '@http_client'
- '@logger.channel.islandora_ror'
- '@cache.default'