◆ canSendCreditmemoCommentEmail()
canSendCreditmemoCommentEmail |
( |
|
$store = null | ) |
|
Check allow to send creditmemo comment email
- Parameters
-
null | string | bool | int | Store | $store | |
- Returns
- bool
Definition at line 139 of file Data.php.
141 return $this->scopeConfig->isSetFlag(
142 \
Magento\Sales\Model\Order\Email\Container\CreditmemoCommentIdentity::XML_PATH_EMAIL_ENABLED,
143 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
◆ canSendInvoiceCommentEmail()
canSendInvoiceCommentEmail |
( |
|
$store = null | ) |
|
Check allow to send invoice comment email
- Parameters
-
null | string | bool | int | Store | $store | |
- Returns
- bool
Definition at line 109 of file Data.php.
111 return $this->scopeConfig->isSetFlag(
112 \
Magento\Sales\Model\Order\Email\Container\InvoiceCommentIdentity::XML_PATH_EMAIL_ENABLED,
113 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
◆ canSendNewCreditmemoEmail()
canSendNewCreditmemoEmail |
( |
|
$store = null | ) |
|
Check allow to send new creditmemo email
- Parameters
-
null | string | bool | int | Store | $store | |
- Returns
- bool
Definition at line 124 of file Data.php.
126 return $this->scopeConfig->isSetFlag(
127 \
Magento\Sales\Model\Order\Email\Container\CreditmemoIdentity::XML_PATH_EMAIL_ENABLED,
128 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
◆ canSendNewInvoiceEmail()
canSendNewInvoiceEmail |
( |
|
$store = null | ) |
|
Check allow to send new invoice email
- Parameters
-
null | string | bool | int | Store | $store | |
- Returns
- bool
Definition at line 94 of file Data.php.
96 return $this->scopeConfig->isSetFlag(
97 \
Magento\Sales\Model\Order\Email\Container\InvoiceIdentity::XML_PATH_EMAIL_ENABLED,
98 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
◆ canSendNewOrderConfirmationEmail()
canSendNewOrderConfirmationEmail |
( |
|
$store = null | ) |
|
Check allow to send new order confirmation email
- Parameters
-
null | string | bool | int | Store | $store | |
- Returns
- bool
Definition at line 23 of file Data.php.
25 return $this->scopeConfig->isSetFlag(
26 \
Magento\Sales\Model\Order\Email\Container\OrderIdentity::XML_PATH_EMAIL_ENABLED,
27 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
◆ canSendNewOrderEmail()
canSendNewOrderEmail |
( |
|
$store = null | ) |
|
Check allow to send new order email
- Parameters
-
null | string | bool | int | Store | $store | |
- Returns
- bool
Definition at line 38 of file Data.php.
canSendNewOrderConfirmationEmail($store=null)
◆ canSendNewShipmentEmail()
canSendNewShipmentEmail |
( |
|
$store = null | ) |
|
Check allow to send new shipment email
- Parameters
-
null | string | bool | int | Store | $store | |
- Returns
- bool
Definition at line 64 of file Data.php.
66 return $this->scopeConfig->isSetFlag(
67 \
Magento\Sales\Model\Order\Email\Container\ShipmentIdentity::XML_PATH_EMAIL_ENABLED,
68 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
◆ canSendOrderCommentEmail()
canSendOrderCommentEmail |
( |
|
$store = null | ) |
|
Check allow to send order comment email
- Parameters
-
null | string | bool | int | Store | $store | |
- Returns
- bool
Definition at line 49 of file Data.php.
51 return $this->scopeConfig->isSetFlag(
52 \
Magento\Sales\Model\Order\Email\Container\OrderCommentIdentity::XML_PATH_EMAIL_ENABLED,
53 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
◆ canSendShipmentCommentEmail()
canSendShipmentCommentEmail |
( |
|
$store = null | ) |
|
Check allow to send shipment comment email
- Parameters
-
null | string | bool | int | Store | $store | |
- Returns
- bool
Definition at line 79 of file Data.php.
81 return $this->scopeConfig->isSetFlag(
82 \
Magento\Sales\Model\Order\Email\Container\ShipmentCommentIdentity::XML_PATH_EMAIL_ENABLED,
83 \
Magento\Store\Model\ScopeInterface::SCOPE_STORE,
The documentation for this class was generated from the following file:
- vendor/magento/module-sales/Helper/Data.php