In your settings.php: $settings['foo'] = 'bar'; In your code: use Drupal\Core\Site\Settings; Settings::get('foo', 'mydefaultvalue');