function paragraphs_collection_themes_uninstalled in Paragraphs Collection 8
- Implements hook_themes_uninstalled().
File
- ./
paragraphs_collection.module, line 92 - Contains paragraphs_collection.module
Code
function paragraphs_collection_themes_uninstalled($themes) {
\Drupal::service('paragraphs_collection.style_discovery')
->reset();
\Drupal::cache('discovery')
->deleteMultiple([
'paragraphs_collection_grid_layouts',
]);
}