You are here

public function EasyEmailTypeInterface::setAttachmentDirectory in Easy Email 8

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

Parameters

string $directory:

Return value

$this

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

File

src/Entity/EasyEmailTypeInterface.php, line 227

Class

EasyEmailTypeInterface
Provides an interface for defining Email template entities.

Namespace

Drupal\easy_email\Entity

Code

public function setAttachmentDirectory($directory);