Contribution Date
Technology
Contribution Project
Contribution Details
Hi All, Yes i am agree with Greg, You have to add high priority than module. I have done this before. I have added sample code for services.yml file.
custom_breadcrumbs.kenexa_jobs_breadcrumb:
class: Drupal\custom_breadcrumbs\KenexaJobsCustomBreadcrumb
arguments: ['@config.factory', '@path.current', '@path_alias.manager']
tags:
- { name: breadcrumb_builder, priority: 1004 }
Here you can see module use 1003 as priority if you will use 1004 than your code will work.
Contribution Issue Link
Files count
0
Patches count
0