Skip to content
Snippets Groups Projects
Commit d6092dd5 authored by Tim Plunkett's avatar Tim Plunkett
Browse files

Add missing namespace and use statements for row view.

parent 858b53ba
No related merge requests found
......@@ -5,7 +5,11 @@
* Contains the user view row plugin.
*/
namespace Views\user\Plugin\views\row;
use Drupal\views\Plugin\views\row\RowPluginBase;
use Drupal\Core\Annotation\Plugin;
use Drupal\Core\Annotation\Translation;
/**
* A row plugin which renders a user via user_view.
......
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