public function RngContactTypeInterface::getCourierEmailField in RNG Contact 8
Get the email field to use for Courier email communications.
Return value
string|NULL The email field to use for Courier email communications.
1 method overrides RngContactTypeInterface::getCourierEmailField()
- RngContactType::getCourierEmailField in src/
Entity/ RngContactType.php - Get the email field to use for Courier email communications.
File
- src/
Entity/ RngContactTypeInterface.php, line 18
Class
- RngContactTypeInterface
- Provides an interface for contact type entity.
Namespace
Drupal\rng_contact\EntityCode
public function getCourierEmailField();