Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
graphql_compose
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
graphql_compose
Commits
06375223
Commit
06375223
authored
1 month ago
by
Al Munnings
Committed by
Al Munnings
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3512463
: Breadcrumbs enhancement
parent
c1c55167
No related branches found
No related tags found
1 merge request
!119
Issue #3512463: Breadcrumbs enhancement
Pipeline
#464861
passed
1 month ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/graphql_compose_routes/src/Plugin/GraphQL/DataProducer/Breadcrumbs.php
+3
-3
3 additions, 3 deletions
...se_routes/src/Plugin/GraphQL/DataProducer/Breadcrumbs.php
with
3 additions
and
3 deletions
modules/graphql_compose_routes/src/Plugin/GraphQL/DataProducer/Breadcrumbs.php
+
3
−
3
View file @
06375223
...
...
@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace
Drupal\graphql_compose_routes\Plugin\GraphQL\DataProducer
;
use
Drupal\Core\Breadcrumb\Breadcrumb
Manager
;
use
Drupal\Core\Breadcrumb\Breadcrumb
BuilderInterface
;
use
Drupal\Core\Language\LanguageManagerInterface
;
use
Drupal\Core\Plugin\ContainerFactoryPluginInterface
;
use
Drupal\Core\Render\RenderContext
;
...
...
@@ -50,7 +50,7 @@ class Breadcrumbs extends DataProducerPluginBase implements ContainerFactoryPlug
* Drupal language manager.
* @param \Drupal\Core\Routing\RouteMatchInterface $routeMatch
* Drupal current route match.
* @param \Drupal\Core\Breadcrumb\Breadcrumb
Manager
$breadcrumbManager
* @param \Drupal\Core\Breadcrumb\Breadcrumb
BuilderInterface
$breadcrumbManager
* Drupal breadcrumb manager.
* @param \Drupal\graphql_compose_routes\GraphQL\Buffers\SubrequestBuffer $subrequestBuffer
* GraphQL sub request buffer.
...
...
@@ -63,7 +63,7 @@ class Breadcrumbs extends DataProducerPluginBase implements ContainerFactoryPlug
$plugin_definition
,
protected
LanguageManagerInterface
$languageManager
,
protected
RouteMatchInterface
$routeMatch
,
protected
Breadcrumb
Manager
$breadcrumbManager
,
protected
Breadcrumb
BuilderInterface
$breadcrumbManager
,
protected
SubrequestBuffer
$subrequestBuffer
,
protected
RendererInterface
$renderer
,
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment