PHPCS.
This commit is contained in:
parent
6123df49a2
commit
4db8602124
1 changed files with 7 additions and 2 deletions
|
|
@ -3,10 +3,15 @@
|
||||||
namespace Drupal\advanced_search\EventSubscriber;
|
namespace Drupal\advanced_search\EventSubscriber;
|
||||||
|
|
||||||
use Drupal\advanced_search\AdvancedSearchQuery;
|
use Drupal\advanced_search\AdvancedSearchQuery;
|
||||||
use Drupal\search_api_solr\Event\SearchAPISolrEvents;
|
|
||||||
use Drupal\search_api_solr\Event\PostConvertedQueryEvent;
|
use Drupal\search_api_solr\Event\PostConvertedQueryEvent;
|
||||||
|
use Drupal\search_api_solr\Event\SearchAPISolrEvents;
|
||||||
|
|
||||||
class PostConvertedQueryEventSubscriber extends EventSubscriberInterface() {
|
/**
|
||||||
|
* Subscribes to PostConvertedQueryEvents.
|
||||||
|
*
|
||||||
|
* @package Drupal\advanced_search\EventSubscriber
|
||||||
|
*/
|
||||||
|
class PostConvertedQueryEventSubscriber extends EventSubscriberInterface {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue