Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TemporaryResolver.php
Go to the documentation of this file.
1 <?php
8 
11 
18 class TemporaryResolver implements \Magento\Framework\Search\Request\IndexScopeResolverInterface
19 {
23  private $indexScopeResolver;
24 
28  public function __construct(IndexScopeResolver $indexScopeResolver)
29  {
30  $this->indexScopeResolver = $indexScopeResolver;
31  }
32 
38  public function resolve($index, array $dimensions)
39  {
40  $tableName = $this->indexScopeResolver->resolve($index, $dimensions);
42 
43  return $tableName;
44  }
45 }
$tableName
Definition: trigger.php:13
$index
Definition: list.phtml:44