mjordan / islandora_repository_reports

A Drupal 8 module that provides a collection of graphical reports on various aspects of an Islandora repository.
GNU General Public License v2.0
2 stars 5 forks source link

Provide a config option to set the OAI-PMH endpoint #55

Closed mjordan closed 4 years ago

mjordan commented 4 years ago

Currently hard coded in the middleware to /oai/request. Tried using the setting from the REST OAI-PMH module but it doesn't seem to be accessible. \Drupal::config('rest_oai_pmh.settings')->get('repository_path')->get('repository_path'); should work (that syntax works for other configs) but it's coming back NULL in all cases.