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