You are here

public function EventProxy::isPropagationStopped in Search API Solr 4.x

Same name and namespace in other branches
  1. 8 src/Solarium/EventDispatcher/EventProxy.php \Drupal\search_api_solr\Solarium\EventDispatcher\EventProxy::isPropagationStopped()

File

src/Solarium/EventDispatcher/EventProxy.php, line 21

Class

EventProxy
A proxy for events defined by symfony contracts to be used with older Drupal.

Namespace

Drupal\search_api_solr\Solarium\EventDispatcher

Code

public function isPropagationStopped() {
  return $this->event
    ->isPropagationStopped();
}