'links__comment__mymodule', '#attributes' => ['class' => ['links', 'inline']], '#links' => [ 'comment-report' => [ 'title' => t('Report'), 'url' => Url::fromRoute('comment_test.report', ['comment' => $entity->id()], ['query' => ['token' => \Drupal::getContainer()->get('csrf_token')->get("comment/{$entity->id()}/report")]]), ], ], ]; } /** * @} End of "addtogroup hooks". */