public function RngContactType::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.
Overrides RngContactTypeInterface::getCourierEmailField
2 calls to RngContactType::getCourierEmailField()
- RngContactType::calculateDependencies in src/
Entity/ RngContactType.php - Calculates dependencies and stores them in the dependency property.
- RngContactType::onDependencyRemoval in src/
Entity/ RngContactType.php - Informs the entity that entities it depends on will be deleted.
File
- src/
Entity/ RngContactType.php, line 77
Class
- RngContactType
- Defines the contact type configuration entity.
Namespace
Drupal\rng_contact\EntityCode
public function getCourierEmailField() {
return $this->courier_email_field;
}