Problem/Motivation

As stated in https://www.drupal.org/node/2398255 deleteTags is now removed and replaced by invalidateTag since beta-4s. Not changing this leads to a fatal error when installing the module to the latest core.

Proposed resolution

Replace all calls of Cache::deleteTags() with Cache::invalidateTags()

Remaining tasks

Write a patch.
Review

User interface changes

API changes

CommentFileSizeAuthor
#1 replace-deletetags-2412681-1.patch612 bytestadityar
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tadityar’s picture

Status: Active » Needs review
FileSize
612 bytes

  • tadityar committed 96c6bb4 on 8.x-1.x
    Issue #2412681 by tadityar: Replace Cache::deleteTags() calls with Cache...
tadityar’s picture

Status: Needs review » Fixed

Committed and Pushed to 8.x-1.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.