public function EasyEmailTypeInterface::setAttachmentScheme in Easy Email 8
Same name and namespace in other branches
- 2.0.x src/Entity/EasyEmailTypeInterface.php \Drupal\easy_email\Entity\EasyEmailTypeInterface::setAttachmentScheme()
Parameters
string $scheme:
Return value
$this
1 method overrides EasyEmailTypeInterface::setAttachmentScheme()
- EasyEmailType::setAttachmentScheme in src/
Entity/ EasyEmailType.php
File
- src/
Entity/ EasyEmailTypeInterface.php, line 215
Class
- EasyEmailTypeInterface
- Provides an interface for defining Email template entities.
Namespace
Drupal\easy_email\EntityCode
public function setAttachmentScheme($scheme);