You are here

public function EasyEmailInterface::removeBCCAddress in Easy Email 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::removeBCCAddress()

Remove a BCC email address from the entity.

Parameters

string $address:

Return value

$this

1 method overrides EasyEmailInterface::removeBCCAddress()
EasyEmail::removeBCCAddress in src/Entity/EasyEmail.php
@inheritDoc

File

src/Entity/EasyEmailInterface.php, line 326

Class

EasyEmailInterface
Provides an interface for defining Email entities.

Namespace

Drupal\easy_email\Entity

Code

public function removeBCCAddress($address);