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
5c365690
Commit
5c365690
authored
Jan 13, 2017
by
alexpott
Browse files
Issue
#2842910
by Lendude: Views module contains several bad namespace in a @see
parent
82f16686
Changes
4
Hide whitespace changes
Inline
Side-by-side
core/modules/views/src/Plugin/Derivative/ViewsBlock.php
View file @
5c365690
...
...
@@ -10,7 +10,7 @@
/**
* Provides block plugin definitions for all Views block displays.
*
* @see \Drupal\views\Plugin\
block\b
lock\ViewsBlock
* @see \Drupal\views\Plugin\
B
lock\ViewsBlock
*/
class
ViewsBlock
implements
ContainerDeriverInterface
{
...
...
core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php
View file @
5c365690
...
...
@@ -9,7 +9,7 @@
/**
* Provides block plugin definitions for all Views exposed filters.
*
* @see \Drupal\views\Plugin\
block\b
lock\ViewsExposedFilterBlock
* @see \Drupal\views\Plugin\
B
lock\ViewsExposedFilterBlock
*/
class
ViewsExposedFilterBlock
implements
ContainerDeriverInterface
{
...
...
core/modules/views/src/Plugin/views/display/Block.php
View file @
5c365690
...
...
@@ -23,7 +23,7 @@
* admin = @Translation("Block")
* )
*
* @see \Drupal\views\Plugin\
block\b
lock\ViewsBlock
* @see \Drupal\views\Plugin\
B
lock\ViewsBlock
* @see \Drupal\views\Plugin\Derivative\ViewsBlock
*/
class
Block
extends
DisplayPluginBase
{
...
...
core/modules/views/views.module
View file @
5c365690
...
...
@@ -353,7 +353,7 @@ function views_theme_suggestions_container_alter(array &$suggestions, array $var
* should be shown.
* - #view_display_plugin_id: The plugin ID of the display.
*
* @see \Drupal\views\Plugin\
block\b
lock\ViewsBlock::addContextualLinks()
* @see \Drupal\views\Plugin\
B
lock\ViewsBlock::addContextualLinks()
* @see views_preprocess_page()
* @see template_preprocess_views_view()
*/
...
...
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