Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
445df4b8
Commit
445df4b8
authored
Jul 29, 2012
by
Daniel Wehner
Committed by
Tim Plunkett
Oct 21, 2012
Browse files
fix search row plugin to not notice something
parent
20378285
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Views/search/Plugin/views/row/View.php
View file @
445df4b8
...
...
@@ -9,12 +9,15 @@
use
Drupal\views\Plugin\views\row\RowPluginBase
;
use
Drupal\Core\Annotation\Plugin
;
use
Drupal\Core\Annotation\Translation
;
/**
* Plugin which performs a node_view on the resulting object.
*
* @Plugin(
* plugin_id = "search_view"
* plugin_id = "search_view",
* title = @Translation("Search"),
* no_uid = TRUE
* )
*/
class
View
extends
RowPluginBase
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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