Appends a link to the end of the ordered list of breadcrumb links.
\Drupal\Core\Link $link: The link appended to the breadcrumb.
$this
public function addLink(Link $link) { $this->links[] = $link; return $this; }