function Breadcrumb::getLinks
Same name in other branches
- 9 core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php \Drupal\Core\Breadcrumb\Breadcrumb::getLinks()
- 8.9.x core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php \Drupal\Core\Breadcrumb\Breadcrumb::getLinks()
- 11.x core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php \Drupal\Core\Breadcrumb\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.