public function EmailInterface::getConditions in Commerce Email 8
Gets the email conditions.
Return value
\Drupal\commerce\Plugin\Commerce\Condition\ConditionInterface[] The email conditions.
1 method overrides EmailInterface::getConditions()
- Email::getConditions in src/
Entity/ Email.php - Gets the email conditions.
File
- src/
Entity/ EmailInterface.php, line 175
Class
- EmailInterface
- @todo Add CC and BCC (and support multiple). @todo Support a plain-text version of the body?
Namespace
Drupal\commerce_email\EntityCode
public function getConditions();