@@ -241,7 +241,7 @@ public function __construct($root, CacheBackendInterface $cache, LockBackendInte
$this->moduleList=$module_list;
$this->themeName=$theme_name;
if(!$key_value_factory){
@trigger_error('Calling '.__METHOD__.' without the $key_value_factory argument is deprecated in drupal:11.3.0 and it will be required in drupal:12.0.0. See https://www.drupal.org/project/drupal/issues/3550627',E_USER_DEPRECATED);
@trigger_error('Calling '.__METHOD__.' without the $key_value_factory argument is deprecated in drupal:11.3.0 and it will be required in drupal:12.0.0. See https://www.drupal.org/node/3550627',E_USER_DEPRECATED);
@@ -25,7 +25,7 @@ public function help($route_name, RouteMatchInterface $route_match): ?string {
case'help.page.mysqli':
$output='';
$output.='<h3>'.$this->t('About').'</h3>';
$output.='<p>'.$this->t('The MySQLi module provides the connection between Drupal and a MySQL, MariaDB or equivalent database using the mysqli PHP extension. For more information, see the <a href=":mysqli">online documentation for the MySQLi module</a>.',[':mysqli'=>'https://www.drupal.org/documentation/modules/mysqli']).'</p>';
$output.='<p>'.$this->t('The MySQLi module provides the connection between Drupal and a MySQL, MariaDB or equivalent database using the mysqli PHP extension. For more information, see the <a href=":mysqli">online documentation for the MySQLi module</a>.',[':mysqli'=>'https://www.drupal.org/docs/develop/core-modules-and-themes/core-modules/mysqli-module']).'</p>';
@trigger_error(__METHOD__.' is deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. There is no replacement. See https://www.drupal.org/node/3518065',E_USER_DEPRECATED);
@trigger_error(__METHOD__.' is deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. There is no replacement. See https://www.drupal.org/project/drupal/issues/3024386',E_USER_DEPRECATED);
@@ -46,7 +46,7 @@ public function help($route_name) : ?string {
$output.=' <li>'.$this->t('It associates the temporary copy of the site with the user or session that originally created it, and only that user or session can make changes to it.').'</li>';
$output.=' <li>'.$this->t('It does not allow modules to be uninstalled while syncing changes into live site.').'</li>';
$output.='</ul>';
$output.='<p>'.$this->t('For more information, see the <a href=":url">online documentation for the Package Manager module</a>.',[':url'=>'https://www.drupal.org/docs/8/core/modules/package-manager']).'</p>';
$output.='<p>'.$this->t('For more information, see the <a href=":url">online documentation for the Package Manager module</a>.',[':url'=>'https://www.drupal.org/docs/develop/core-modules-and-themes/core-modules/package-manager-module']).'</p>';
$output.='<h4 id="package-manager-faq-unsupported-composer-plugin">'.$this->t('What if it says I have unsupported Composer plugins in my codebase?').'</h4>';
$output.='<p>'.$this->t('A fresh Drupal installation only uses supported Composer plugins, but some modules or themes may depend on additional Composer plugins. <a href=":new-issue">Create a new issue</a> when you encounter this.',[':new-issue'=>'https://www.drupal.org/node/add/project-issue/auto_updates']).'</p>';
$output.='<p>'.$this->t('A fresh Drupal installation only uses supported Composer plugins, but some modules or themes may depend on additional Composer plugins. <a href=":new-issue">Create a new issue</a> when you encounter this.',[':new-issue'=>'https://www.drupal.org/node/add/project-issue/automatic_updates']).'</p>';
$output.='<p>'.$this->t('It is possible to <em>trust</em> additional Composer plugins, but this requires significant expertise: understanding the code of that Composer plugin, what the effects on the file system are and how it affects the Package Manager module. Some Composer plugins could result in a broken site!').'</p>';
$output.='<h4 id="package-manager-faq-composer-patches-installed-or-removed">'.$this->t('What if it says <code>cweagans/composer-patches</code> cannot be installed/removed?').'</h4>';
$output.='<p>'.$this->t('Installation or removal of <code>cweagans/composer-patches</code> via Package Manager is not supported. You can install or remove it manually by running Composer commands in your site root.').'</p>';