Issue #2938888: Multisite setup ignore theme
1 open thread
Merge request reports
Activity
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']); added 1 commit
added 32 commits
-
ff235542...f3170007 - 31 commits from branch
project:2.0.x
- a5988425 - Merge branch '2.0.x' into 2938888-multisite-setup-ignore
-
ff235542...f3170007 - 31 commits from branch
Please register or sign in to reply