You are here

public function EmailInterface::getConditionOperator in Commerce Email 8

Gets the email condition operator.

Return value

string The condition operator. Possible values: AND, OR.

1 method overrides EmailInterface::getConditionOperator()
Email::getConditionOperator in src/Entity/Email.php
Gets the email condition operator.

File

src/Entity/EmailInterface.php, line 183

Class

EmailInterface
@todo Add CC and BCC (and support multiple). @todo Support a plain-text version of the body?

Namespace

Drupal\commerce_email\Entity

Code

public function getConditionOperator();