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
f98c96a0
Commit
f98c96a0
authored
Jan 11, 2015
by
alexpott
Browse files
Issue
#2226629
by damiankloip, rpayanm: Remove '_plugins' suffix from views plugin cache prefix
parent
15059936
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/views/src/Plugin/ViewsPluginManager.php
View file @
f98c96a0
...
...
@@ -43,7 +43,7 @@ public function __construct($type, \Traversable $namespaces, CacheBackendInterfa
);
$this
->
alterInfo
(
'views_plugins_'
.
$type
);
$this
->
setCacheBackend
(
$cache_backend
,
"views:
{
$type
}
_plugins
"
,
array
(
'extension'
,
'extension:views'
));
$this
->
setCacheBackend
(
$cache_backend
,
"views:
$type
"
,
array
(
'extension'
,
'extension:views'
));
}
}
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