Example #1
0
 /**
  * Get the current active SearchProvider
  *
  * @return SearchProviderInterface
  */
 public function getActiveProvider()
 {
     return $this->searchProviderChain->getProvider($this->activeProvider);
 }