Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
980fa7ed
Commit
980fa7ed
authored
Dec 04, 2013
by
catch
Browse files
Issue
#2029509
by damiankloip: fix HEAD.
parent
d4dcb5c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/views/lib/Drupal/views/Plugin/Derivative/ViewsEntityArgumentValidator.php
View file @
980fa7ed
...
...
@@ -71,7 +71,7 @@ public function __construct($base_plugin_id, EntityManager $entity_manager, Tran
public
static
function
create
(
ContainerInterface
$container
,
$base_plugin_id
)
{
return
new
static
(
$base_plugin_id
,
$container
->
get
(
'
plugin
.manager
.entity
'
),
$container
->
get
(
'
entity
.manager'
),
$container
->
get
(
'string_translation'
)
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment