Entity URI callback.
function comment_uri(Comment $comment) { return array( 'path' => 'comment/' . $comment ->id(), 'options' => array( 'fragment' => 'comment-' . $comment ->id(), ), ); }