Skip to content
Snippets Groups Projects

Issue #3264122: Move all non migration aggregator tests to the module in preparation of removal in d10

Closed Issue #3264122: Move all non migration aggregator tests to the module in preparation of removal in d10
Closed spokje requested to merge issue/drupal-3264122:3264122-10.0.x-move-all-aggregator into 10.0.x
Compare and Show latest version
15 files
+ 65
24
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -111,7 +111,7 @@ public function log($level, $message, array $context = []) {
if ($this->requestStack && $request = $this->requestStack->getCurrentRequest()) {
$context['request_uri'] = $request->getUri();
$context['referer'] = $request->headers->get('Referer', '');
$context['ip'] = $request->getClientIP();
$context['ip'] = $request->getClientIP() ?: '';
if ($this->currentUser) {
$context['uid'] = $this->currentUser->id();
Loading