public function EventProxy::isPropagationStopped in Search API Solr 8
Same name and namespace in other branches
- 4.x src/Solarium/EventDispatcher/EventProxy.php \Drupal\search_api_solr\Solarium\EventDispatcher\EventProxy::isPropagationStopped()
File
- src/
Solarium/ EventDispatcher/ EventProxy.php, line 22
Class
- EventProxy
- A proxy for events defined by symfony contracts
Namespace
Drupal\search_api_solr\Solarium\EventDispatcherCode
public function isPropagationStopped() {
return $this->event
->isPropagationStopped();
}