Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
search_attributes.php File Reference

Go to the source code of this file.

Variables

 $installer
 
 $attributesData
 
 $eavConfig = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->get(\Magento\Eav\Model\Config::class)
 

Variable Documentation

◆ $attributesData

$attributesData
Initial value:
= [
[
'attribute_code' => 'test_quick_search',
'is_filterable_in_search' => 1,
],
[
'attribute_code' => 'test_catalog_view',
'is_filterable' => 1,
]
]

Definition at line 13 of file search_attributes.php.

◆ $eavConfig

$eavConfig = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->get(\Magento\Eav\Model\Config::class)

Definition at line 65 of file search_attributes.php.

◆ $installer

$installer
Initial value:

Definition at line 9 of file search_attributes.php.