You are here

public function EasyEmailInterface::removeAttachment in Easy Email 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::removeAttachment()

Remove file attachment by ID.

Parameters

int $fid: The file attachment id.

Return value

$this

1 method overrides EasyEmailInterface::removeAttachment()
EasyEmail::removeAttachment in src/Entity/EasyEmail.php
@inheritDoc

File

src/Entity/EasyEmailInterface.php, line 498

Class

EasyEmailInterface
Provides an interface for defining Email entities.

Namespace

Drupal\easy_email\Entity

Code

public function removeAttachment($fid);