The problem was that the code was calling \Drupal::settings() a function that doesn't exist in Drupal. I've changed it to use Settings::get() instead, which is the correct way to access settings from settings.php within Drupal.

The changes made:

  1. Added use Drupal\Core\Site\Settings; at the top of the file
  2. Changed \Drupal::settings()->get('oci_osfs.api_key', []) to Settings::get('oci_osfs.api_key', [])
VCS Label
1.0.0-beta2
Release type
Packaged Git sha1
a50dee4cf201e73027acc6fb4e14bafb71419a78
Release files