public function EasyEmailInterface::removeAttachmentPath in Easy Email 8
Same name and namespace in other branches
- 2.0.x src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::removeAttachmentPath()
Remove a dynamic attachment path from the entity.
Parameters
string $path:
Return value
$this
1 method overrides EasyEmailInterface::removeAttachmentPath()
- EasyEmail::removeAttachmentPath in src/
Entity/ EasyEmail.php - @inheritDoc
File
- src/
Entity/ EasyEmailInterface.php, line 534
Class
- EasyEmailInterface
- Provides an interface for defining Email entities.
Namespace
Drupal\easy_email\EntityCode
public function removeAttachmentPath($path);