Skip to content

Commit bd5f4be

Browse files
authored
Merge pull request #24 from morpht/40644
mdt-40644: Drupal 11 Update.
2 parents a0e12fd + ecbbb86 commit bd5f4be

11 files changed

+16
-16
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/drupal10/settings.lando.php renamed to assets/drupal11/settings.lando.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* filename is 'sites/SITE/settings.loc.php'.
99
*/
1010

11-
$loc_db_name = 'drupal10';
12-
$loc_db_user = 'drupal10';
13-
$loc_db_pass = 'drupal10';
11+
$loc_db_name = 'drupal11';
12+
$loc_db_user = 'drupal11';
13+
$loc_db_pass = 'drupal11';
1414
$loc_db_host = 'database';
1515
$loc_db_port = '3306';
1616

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/pantheon/settings.pantheon.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@
170170

171171
/**
172172
* Install the Pantheon Service Provider to hook Pantheon services into
173-
* Drupal 8. This service provider handles operations such as clearing the
173+
* Drupal 11. This service provider handles operations such as clearing the
174174
* Pantheon edge cache whenever the Drupal cache is rebuilt.
175175
*/
176176
if (isset($_ENV['PANTHEON_ENVIRONMENT'])) {
177-
$GLOBALS['conf']['container_service_providers']['PantheonServiceProvider'] = '\Pantheon\Internal\PantheonServiceProvider';
177+
$GLOBALS['conf']['container_service_providers']['PantheonServiceProvider'] = '\Pantheon\Internal\PantheonServiceProvider11';
178178
}
179179

180180
/**

0 commit comments

Comments
 (0)