Use EventSubscriberInterface.
This commit is contained in:
parent
4db8602124
commit
eb63eb8c4c
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ namespace Drupal\advanced_search\EventSubscriber;
|
||||||
use Drupal\advanced_search\AdvancedSearchQuery;
|
use Drupal\advanced_search\AdvancedSearchQuery;
|
||||||
use Drupal\search_api_solr\Event\PostConvertedQueryEvent;
|
use Drupal\search_api_solr\Event\PostConvertedQueryEvent;
|
||||||
use Drupal\search_api_solr\Event\SearchAPISolrEvents;
|
use Drupal\search_api_solr\Event\SearchAPISolrEvents;
|
||||||
|
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Subscribes to PostConvertedQueryEvents.
|
* Subscribes to PostConvertedQueryEvents.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue