You are here

protected property UrlAndPathQueuer::$invalidatedTags in URLs queuer 8

A list of tags that have already been invalidated in this request.

Used to prevent the invalidation of the same cache tag multiple times.

Type: string[]

File

src/Plugin/Purge/Queuer/UrlAndPathQueuer.php, line 24

Class

UrlAndPathQueuer
Queues URLs or paths when Drupal invalidates cache tags.

Namespace

Drupal\purge_queuer_url\Plugin\Purge\Queuer

Code

protected $invalidatedTags = [];