You are here

protected property HtmlMailMime::$cids in HTML Mail 8.3

Same name and namespace in other branches
  1. 8 src/Utility/HTMLMailMime.php \Drupal\htmlmail\Utility\HTMLMailMime::cids

Holds attached content-ids to to avoid attaching the same file twice.

Type: array

File

src/Utility/HtmlMailMime.php, line 60

Class

HtmlMailMime
Class HtmlMailMime.

Namespace

Drupal\htmlmail\Utility

Code

protected $cids = [];