You are here

public function D8CacheDrupalAttachmentsCollector::reset in Drupal 8 Cache Backport 7

Reset the attachments in the collector.

File

./d8cache-ac.cache.inc, line 33

Class

D8CacheDrupalAttachmentsCollector
Adds reset() and some properties to DrupalAttachmentsCollector().

Code

public function reset() {
  $this->attachments = array();
}