Class to define the comment breadcrumb builder.
Hierarchy
- class \Drupal\comment\CommentBreadcrumbBuilder implements BreadcrumbBuilderInterface uses StringTranslationTrait
File
- core/modules/comment/src/CommentBreadcrumbBuilder.php, line 15
Namespace
Drupal\comment
Members
Name | Modifiers | Type | Description |
---|---|---|---|
CommentBreadcrumbBuilder::$storage | protected | property | The comment storage. |
CommentBreadcrumbBuilder::applies | public | function | Whether this breadcrumb builder should be used to build the breadcrumb. Overrides BreadcrumbBuilderInterface::applies |
CommentBreadcrumbBuilder::build | public | function | Builds the breadcrumb. Overrides BreadcrumbBuilderInterface::build |
CommentBreadcrumbBuilder::__construct | public | function | Constructs the CommentBreadcrumbBuilder. |
StringTranslationTrait::$stringTranslation | protected | property | The string translation service. |
StringTranslationTrait::formatPlural | protected | function | Formats a string containing a count of items. |
StringTranslationTrait::getNumberOfPlurals | protected | function | Returns the number of plurals supported by a given language. |
StringTranslationTrait::getStringTranslation | protected | function | Gets the string translation service. |
StringTranslationTrait::setStringTranslation | public | function | Sets the string translation service to use. |
StringTranslationTrait::t | protected | function | Translates a string to the current language or to a given language. |
Please login to continue.