function Breadcrumb::getLinks
Gets the breadcrumb links.
Return value
File
-
core/
lib/ Drupal/ Core/ Breadcrumb/ Breadcrumb.php, line 29
Class
- Breadcrumb
- Used to return generated breadcrumbs with associated cacheability metadata.
Namespace
Drupal\Core\BreadcrumbCode
public function getLinks() {
return $this->links;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.