|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig, \Magento\Catalog\Model\Config $catalogConfig, \Magento\Catalog\Model\Attribute\Config $attributeConfig) | |
| getProductAttributes () | |
| getSharingEmailLimit () | |
| getSharingTextLimit () | |
Data Fields | |
| const | XML_PATH_SHARING_EMAIL_LIMIT = 'wishlist/email/number_limit' |
| const | XML_PATH_SHARING_TEXT_LIMIT = 'wishlist/email/text_limit' |
| const | SHARING_EMAIL_LIMIT = 10 |
| const | SHARING_TEXT_LIMIT = 255 |
| __construct | ( | \Magento\Framework\App\Config\ScopeConfigInterface | $scopeConfig, |
| \Magento\Catalog\Model\Config | $catalogConfig, | ||
| \Magento\Catalog\Model\Attribute\Config | $attributeConfig | ||
| ) |
| \Magento\Framework\App\Config\ScopeConfigInterface | $scopeConfig | |
| \Magento\Catalog\Model\Config | $catalogConfig | |
| \Magento\Catalog\Model\Attribute\Config | $attributeConfig |
Definition at line 44 of file Config.php.
| getProductAttributes | ( | ) |
| getSharingEmailLimit | ( | ) |
Retrieve number of emails allowed for sharing wishlist
Definition at line 80 of file Config.php.
| getSharingTextLimit | ( | ) |
| const SHARING_EMAIL_LIMIT = 10 |
Definition at line 18 of file Config.php.
| const SHARING_TEXT_LIMIT = 255 |
Definition at line 20 of file Config.php.
| const XML_PATH_SHARING_EMAIL_LIMIT = 'wishlist/email/number_limit' |
Definition at line 14 of file Config.php.
| const XML_PATH_SHARING_TEXT_LIMIT = 'wishlist/email/text_limit' |
Definition at line 16 of file Config.php.