diff --git a/core/lib/Drupal/Core/Config/ConfigInstallerInterface.php b/core/lib/Drupal/Core/Config/ConfigInstallerInterface.php index aae9474a52f511f96c774bf6aeec5377cf00fa90..daa99bb4519c3ffbf94b3e9a7e4beeb0875b3ccc 100644 --- a/core/lib/Drupal/Core/Config/ConfigInstallerInterface.php +++ b/core/lib/Drupal/Core/Config/ConfigInstallerInterface.php @@ -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. *