'links__comment__mymodule', '#attributes' => array('class' => array('links', 'inline')), '#links' => array( 'comment-report' => array( '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". */