Skip to content
Snippets Groups Projects
Commit 445df4b8 authored by Daniel Wehner's avatar Daniel Wehner Committed by Tim Plunkett
Browse files

fix search row plugin to not notice something

parent 20378285
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment