You are here

public function EasyEmailTypeInterface::setAttachment in Easy Email 2.0.x

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

Parameters

array $attachment:

Return value

$this

1 method overrides EasyEmailTypeInterface::setAttachment()
EasyEmailType::setAttachment in src/Entity/EasyEmailType.php

File

src/Entity/EasyEmailTypeInterface.php, line 191

Class

EasyEmailTypeInterface
Provides an interface for defining Email template entities.

Namespace

Drupal\easy_email\Entity

Code

public function setAttachment($attachment);