Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 May 2013 at 08:33 UTC
Updated:
29 Jul 2014 at 22:26 UTC
Follow-up for #1946456-35: Convert taxonomy_term_confirm_delete() and taxonomy_vocabulary_confirm_delete() to the new form interface
Currently TermDelete form controller calls Cache::invalidateTags(array('content' => TRUE)); - move this to storage controller resetCache()
Vocabulary storage controller uses deprecated cache_invalidate_tags(array('content' => TRUE)); - make this injected
Comments
Comment #1
amateescu commentedCache invalidation needs to stay in the form controller. It was moved there from the storage controller (at least the equivalent of it at the time) in #923826: $entity_delete() should use transactions.