This commit is contained in:
Rosie Le Faive 2023-09-26 13:01:34 -03:00
parent 6123df49a2
commit 4db8602124

View file

@ -3,10 +3,15 @@
namespace Drupal\advanced_search\EventSubscriber;
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\SearchAPISolrEvents;
class PostConvertedQueryEventSubscriber extends EventSubscriberInterface() {
/**
* Subscribes to PostConvertedQueryEvents.
*
* @package Drupal\advanced_search\EventSubscriber
*/
class PostConvertedQueryEventSubscriber extends EventSubscriberInterface {
/**
* {@inheritdoc}