You are here

function document_taxonomy_term_delete in Document 8.x

Same name and namespace in other branches
  1. 7 document.module \document_taxonomy_term_delete()

File

./document.module, line 47

Code

function document_taxonomy_term_delete($term) {

  //TODO: Clear cache only if Document vocabulary or its terms are affected.
  cache_clear_all('document_types', 'cache');
}