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

Fix namespace for DefaultDisplayExtender.

parent 625cb74a
No related branches found
No related tags found
No related merge requests found
<?php
namespace Drupal\views\Plugin\views\display_extender\DefaultDisplayExtender;
/**
* Definition of Drupal\views\Plugin\views\display_extender\DefaultDisplayExtender.
*/
namespace Drupal\views\Plugin\views\display_extender;
use Drupal\Core\Annotation\Plugin;
use Drupal\Core\Annotation\Translation;
......
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