Loading composer/Plugin/Scaffold/Plugin.php +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ public function postCmd(Event $event) { } /** * Post package event behaviour. * Post package event behavior. * * @param \Composer\Installer\PackageEvent $event * Composer package event sent on install/update/remove. Loading core/assets/scaffold/files/default.settings.php +1 −1 Original line number Diff line number Diff line Loading @@ -440,7 +440,7 @@ /** * Class Loader. * * If the APCu extension is detected, the classloader will be optimised to use * If the APCu extension is detected, the classloader will be optimized to use * it. Set to FALSE to disable this. * * @see https://getcomposer.org/doc/articles/autoloader-optimization.md Loading core/assets/scaffold/files/example.settings.local.php +4 −4 Original line number Diff line number Diff line Loading @@ -131,15 +131,15 @@ $settings['skip_permissions_hardening'] = TRUE; /** * Exclude modules from configuration synchronisation. * Exclude modules from configuration synchronization. * * On config export sync, no config or dependent config of any excluded module * is exported. On config import sync, any config of any installed excluded * module is ignored. In the exported configuration, it will be as if the * excluded module had never been installed. When syncing configuration, if an * excluded module is already installed, it will not be uninstalled by the * configuration synchronisation, and dependent configuration will remain * intact. This affects only configuration synchronisation; single import and * configuration synchronization, and dependent configuration will remain * intact. This affects only configuration synchronization; single import and * export of configuration are not affected. * * Drupal does not validate or sanity check the list of excluded modules. For Loading @@ -148,7 +148,7 @@ * anymore. * * This is an advanced feature and using it means opting out of some of the * guarantees the configuration synchronisation provides. It is not recommended * guarantees the configuration synchronization provides. It is not recommended * to use this feature with modules that affect Drupal in a major way such as * the language or field module. */ Loading core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ class OpenOffCanvasDialogCommand extends OpenDialogCommand { * * The off-canvas dialog differs from the normal modal provided by * OpenDialogCommand in that a off-canvas has built in positioning and * behaviours. Drupal provides a built-in off-canvas dialog for this purpose, * behaviors. Drupal provides a built-in off-canvas dialog for this purpose, * so the selector is hard-coded in the call to the parent constructor. * * @param string $title Loading core/lib/Drupal/Core/Config/ConfigEvents.php +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ final class ConfigEvents { * Together with \Drupal\Core\Config\ConfigEvents::STORAGE_TRANSFORM_EXPORT * subscribers can alter the active configuration in a config sync workflow * instead of just overriding at runtime via the config-override system. * This allows a complete customisation of the workflow including additional * This allows a complete customization of the workflow including additional * modules and editable configuration in different environments. * * @code Loading Loading
composer/Plugin/Scaffold/Plugin.php +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ public function postCmd(Event $event) { } /** * Post package event behaviour. * Post package event behavior. * * @param \Composer\Installer\PackageEvent $event * Composer package event sent on install/update/remove. Loading
core/assets/scaffold/files/default.settings.php +1 −1 Original line number Diff line number Diff line Loading @@ -440,7 +440,7 @@ /** * Class Loader. * * If the APCu extension is detected, the classloader will be optimised to use * If the APCu extension is detected, the classloader will be optimized to use * it. Set to FALSE to disable this. * * @see https://getcomposer.org/doc/articles/autoloader-optimization.md Loading
core/assets/scaffold/files/example.settings.local.php +4 −4 Original line number Diff line number Diff line Loading @@ -131,15 +131,15 @@ $settings['skip_permissions_hardening'] = TRUE; /** * Exclude modules from configuration synchronisation. * Exclude modules from configuration synchronization. * * On config export sync, no config or dependent config of any excluded module * is exported. On config import sync, any config of any installed excluded * module is ignored. In the exported configuration, it will be as if the * excluded module had never been installed. When syncing configuration, if an * excluded module is already installed, it will not be uninstalled by the * configuration synchronisation, and dependent configuration will remain * intact. This affects only configuration synchronisation; single import and * configuration synchronization, and dependent configuration will remain * intact. This affects only configuration synchronization; single import and * export of configuration are not affected. * * Drupal does not validate or sanity check the list of excluded modules. For Loading @@ -148,7 +148,7 @@ * anymore. * * This is an advanced feature and using it means opting out of some of the * guarantees the configuration synchronisation provides. It is not recommended * guarantees the configuration synchronization provides. It is not recommended * to use this feature with modules that affect Drupal in a major way such as * the language or field module. */ Loading
core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ class OpenOffCanvasDialogCommand extends OpenDialogCommand { * * The off-canvas dialog differs from the normal modal provided by * OpenDialogCommand in that a off-canvas has built in positioning and * behaviours. Drupal provides a built-in off-canvas dialog for this purpose, * behaviors. Drupal provides a built-in off-canvas dialog for this purpose, * so the selector is hard-coded in the call to the parent constructor. * * @param string $title Loading
core/lib/Drupal/Core/Config/ConfigEvents.php +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ final class ConfigEvents { * Together with \Drupal\Core\Config\ConfigEvents::STORAGE_TRANSFORM_EXPORT * subscribers can alter the active configuration in a config sync workflow * instead of just overriding at runtime via the config-override system. * This allows a complete customisation of the workflow including additional * This allows a complete customization of the workflow including additional * modules and editable configuration in different environments. * * @code Loading