Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
geocoder
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
geocoder
Merge requests
!54
Automated Project Update Bot fixes from run 11-188815.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Automated Project Update Bot fixes from run 11-188815.
issue/geocoder-3451105:3451105-automated-drupal-11
into
8.x-4.x
Overview
2
Commits
20
Pipelines
21
Changes
38
Merged
Pravin Gaikwad
requested to merge
issue/geocoder-3451105:3451105-automated-drupal-11
into
8.x-4.x
11 months ago
Overview
2
Commits
20
Pipelines
21
Changes
38
Expand
Closes
#3451105
0
0
Merge request reports
Compare
8.x-4.x
version 20
54cd6280
11 months ago
version 19
d2a5f06a
11 months ago
version 18
d8bb404c
11 months ago
version 17
c43b274d
11 months ago
version 16
216d2091
11 months ago
version 15
253510f0
11 months ago
version 14
89efbd54
11 months ago
version 13
7032d70f
11 months ago
version 12
30879744
11 months ago
version 11
988da2be
11 months ago
version 10
7f5fedb2
11 months ago
version 9
db30998b
11 months ago
version 8
b7cd8c35
11 months ago
version 7
36a2f3bb
11 months ago
version 6
ff97dfa7
11 months ago
version 5
14cd1f33
11 months ago
version 4
5a1a9fcc
11 months ago
version 3
141dd65d
11 months ago
version 2
e4aa7765
11 months ago
version 1
4fec8d6c
11 months ago
8.x-4.x (base)
and
latest version
latest version
54cd6280
20 commits,
11 months ago
version 20
54cd6280
20 commits,
11 months ago
version 19
d2a5f06a
19 commits,
11 months ago
version 18
d8bb404c
18 commits,
11 months ago
version 17
c43b274d
17 commits,
11 months ago
version 16
216d2091
16 commits,
11 months ago
version 15
253510f0
15 commits,
11 months ago
version 14
89efbd54
14 commits,
11 months ago
version 13
7032d70f
13 commits,
11 months ago
version 12
30879744
12 commits,
11 months ago
version 11
988da2be
11 commits,
11 months ago
version 10
7f5fedb2
10 commits,
11 months ago
version 9
db30998b
9 commits,
11 months ago
version 8
b7cd8c35
8 commits,
11 months ago
version 7
36a2f3bb
7 commits,
11 months ago
version 6
ff97dfa7
6 commits,
11 months ago
version 5
14cd1f33
5 commits,
11 months ago
version 4
5a1a9fcc
4 commits,
11 months ago
version 3
141dd65d
3 commits,
11 months ago
version 2
e4aa7765
2 commits,
11 months ago
version 1
4fec8d6c
1 commit,
11 months ago
38 files
+
117
−
127
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
38
Search (e.g. *.vue) (Ctrl+P)
modules/geocoder_address/src/Plugin/Field/FieldFormatter/AddressGeocodeFormatter.php
+
1
−
1
Options
@@ -82,7 +82,7 @@ class AddressGeocodeFormatter extends GeocodeFormatter {
RendererInterface
$renderer
,
LinkGeneratorInterface
$link_generator
,
EntityTypeManagerInterface
$entity_type_manager
,
AddressService
$address_service
AddressService
$address_service
,
)
{
parent
::
__construct
(
$plugin_id
,
$plugin_definition
,
$field_definition
,
$settings
,
$label
,
$view_mode
,
$third_party_settings
,
$geocoder
,
$provider_plugin_manager
,
$dumper_plugin_manager
,
$renderer
,
$link_generator
,
$entity_type_manager
);
$this
->
addressService
=
$address_service
;
Loading