Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
barcodes
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
barcodes
Merge requests
!5
Remove final from Barcode FieldFormatterPlugin
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove final from Barcode FieldFormatterPlugin
issue/barcodes-3405065:3405065-remove-final-from
into
2.0.x
Overview
0
Commits
2
Pipelines
4
Changes
2
Merged
Philippe von Bergen
requested to merge
issue/barcodes-3405065:3405065-remove-final-from
into
2.0.x
1 year ago
Overview
0
Commits
2
Pipelines
4
Changes
2
Expand
Closes
#3405065
0
0
Merge request reports
Compare
2.0.x
version 3
7b6a6b7a
9 months ago
version 2
d22d4861
9 months ago
version 1
453faf99
1 year ago
2.0.x (base)
and
latest version
latest version
7b6a6b7a
2 commits,
9 months ago
version 3
7b6a6b7a
2 commits,
9 months ago
version 2
d22d4861
1 commit,
9 months ago
version 1
453faf99
1 commit,
1 year ago
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/Plugin/Block/Barcode.php
+
1
−
1
Options
@@ -21,7 +21,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* admin_label = @Translation("Barcode"),
* )
*/
final
class
Barcode
extends
BlockBase
implements
ContainerFactoryPluginInterface
{
class
Barcode
extends
BlockBase
implements
ContainerFactoryPluginInterface
{
/**
* A logger instance.
Loading