You are here

function paragraphs_collection_modules_installed in Paragraphs Collection 8

File

./paragraphs_collection.module, line 76
Contains paragraphs_collection.module

Code

function paragraphs_collection_modules_installed($modules) {
  \Drupal::service('paragraphs_collection.style_discovery')
    ->reset();
  \Drupal::cache('discovery')
    ->deleteMultiple([
    'paragraphs_collection_grid_layouts',
  ]);
}