You are here

public function RngContactTypeInterface::setCourierEmailField in RNG Contact 8

Set the email field to use for Courier email communications.

Parameters

string|NULL $courier_email_field: The email field to use for Courier email communications.

Return value

$this Return this contact type for chaining.

1 method overrides RngContactTypeInterface::setCourierEmailField()
RngContactType::setCourierEmailField in src/Entity/RngContactType.php
Set the email field to use for Courier email communications.

File

src/Entity/RngContactTypeInterface.php, line 29

Class

RngContactTypeInterface
Provides an interface for contact type entity.

Namespace

Drupal\rng_contact\Entity

Code

public function setCourierEmailField($courier_email_field);