public function MenuBasedBreadcrumbBuilder::getTaxonomyAttachment in Menu Breadcrumb 8
Same name and namespace in other branches
- 2.0.x src/MenuBasedBreadcrumbBuilder.php \Drupal\menu_breadcrumb\MenuBasedBreadcrumbBuilder::getTaxonomyAttachment()
The getter function for $taxonomyAttachment property.
Return value
\Drupal\node\NodeInterface The taxonomy attachment.
File
- src/
MenuBasedBreadcrumbBuilder.php, line 476
Class
Namespace
Drupal\menu_breadcrumbCode
public function getTaxonomyAttachment() {
return $this->taxonomyAttachment;
}