currentUser) { $this->currentUser = \Drupal::currentUser(); } return $this->currentUser; } /** * {@inheritdoc} */ public function getRouteParameters(RouteMatchInterface $route_match) { return ['user' => $this->currentUser()->Id()]; } }