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
fd3b0470
Commit
fd3b0470
authored
Feb 28, 2015
by
alexpott
Browse files
Issue
#2442339
by martin107: ViewsLocalTask param annotation bug
parent
0b5f5ce8
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php
View file @
fd3b0470
...
...
@@ -38,7 +38,7 @@ class ViewsLocalTask extends DeriverBase implements ContainerDeriverInterface {
*
* @param \Drupal\Core\Routing\RouteProviderInterface $route_provider
* The route provider.
* @param \Drupal\Core\
KeyValueStore\KeyValueStor
eInterface $state
* @param \Drupal\Core\
State\Stat
eInterface $state
* The state key value store.
*/
public
function
__construct
(
RouteProviderInterface
$route_provider
,
StateInterface
$state
)
{
...
...
@@ -142,6 +142,7 @@ public function alterLocalTasks(&$local_tasks) {
*
* @return array
* A list of arrays containing the $view and $display_id.
*
* @code
* array(
* array($view, $display_id),
...
...
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