public function SolrConnectorInterface::setEventDispatcher in Search API Solr 4.x
Sets the event dispatcher.
Parameters
\Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher $eventDispatcher:
1 method overrides SolrConnectorInterface::setEventDispatcher()
- SolrConnectorPluginBase::setEventDispatcher in src/
SolrConnector/ SolrConnectorPluginBase.php - Sets the event dispatcher.
File
- src/
SolrConnectorInterface.php, line 32
Class
- SolrConnectorInterface
- The Solr connector interface.
Namespace
Drupal\search_api_solrCode
public function setEventDispatcher(ContainerAwareEventDispatcher $eventDispatcher) : SolrConnectorInterface;