Skip to content

Commit

Permalink
Lynx request subscriber.
Browse files Browse the repository at this point in the history
  • Loading branch information
uttkarsh@axelerant.com committed Aug 11, 2021
1 parent 74d45b4 commit e937e8f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/EventSubscriber/LynxRequestSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
namespace Drupal\os\EventSubscriber;

use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Routing\RequestHelper;
use Drupal\Core\Routing\TrustedRedirectResponse;
use Drupal\vsite\Plugin\VsiteContextManager;
use Symfony\Component\HttpKernel\KernelEvents;
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\HttpKernelInterface;

/**
* Class OsFrontPageRequestSubscriber.
* Class LynxRequestSubscriber.
*/
class LynxRequestSubscriber implements EventSubscriberInterface {

Expand All @@ -24,7 +22,7 @@ class LynxRequestSubscriber implements EventSubscriberInterface {
protected $config;

/**
* OsFrontPageRequestSubscriber constructor.
* LynxRequestSubscriber constructor.
*
* @param \Drupal\vsite\Plugin\VsiteContextManager $vsiteContextManager
* VsiteContextManager instance.
Expand Down

0 comments on commit e937e8f

Please sign in to comment.