Skip to content
Snippets Groups Projects

Issue #2938888: Multisite setup ignore theme

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
323 323 }
324 324 }
325 325
326 // Process theme dependencies.
327 // @todo module and theme run the same process, should follow DRY.
328 $themes = array_keys($config->get('theme'));
329 $changes = $this->manager->getConfigEntitiesToChangeOnDependencyRemoval('theme', $themes, FALSE);
330
331 $this->processEntitiesToChangeOnDependencyRemoval($changes, $source, $transforming, $splitStorage);
332
333 $completelySplit = array_map(function (ConfigEntityInterface $entity) {
334 return $entity->getConfigDependencyName();
335 }, $changes['delete']);
  • Bryan Sharpe added 1 commit

    added 1 commit

    Compare with previous version

  • Matt Jones added 32 commits

    added 32 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading