Class ScopeId
Definition at line 16 of file ScopeId.php.
◆ __construct()
__construct |
( |
FixtureFactory |
$fixtureFactory, |
|
|
array |
$params, |
|
|
array |
$data = [] |
|
) |
| |
@constructor
- Parameters
-
FixtureFactory | $fixtureFactory | |
array | $params | |
array | $data | |
Definition at line 31 of file ScopeId.php.
34 if (isset(
$data[
'dataset'])) {
35 $store = $fixtureFactory->createByCode(
'store', [
'dataset' =>
$data[
'dataset']]);
36 if (!
$store->hasData(
'store_id')) {
40 $this->data =
$store->getName();
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
◆ getStore()
◆ $store
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/functional/tests/app/Magento/Search/Test/Fixture/SynonymGroup/ScopeId.php