Skip to content
Snippets Groups Projects

Move callback classRemove outside of the loop

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 8aec8ce0
    Issue #3196756 by AJV009, Chi: Wrong reference in ConfigInstallerInterface::installDefaultConfig · 8aec8ce0
    catch authored
@@ -14,7 +14,7 @@ interface ConfigInstallerInterface {
* directories for all other extensions to locate any configuration with its
* name prefix. For example, the Node module provides the frontpage view as a
* default configuration file:
* core/modules/node/config/install/views.view.frontpage.yml
* core/modules/node/config/optional/views.view.frontpage.yml
* When the Views module is installed after the Node module is already
* enabled, the frontpage view will be installed.
*
Loading