Implements hook_theme().
public function theme() : array { return [ 'link_formatter_link_separate' => [ 'variables' => [ 'title' => NULL, 'url_title' => NULL, 'url' => NULL, ], ], ]; }