Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Updater/Theme.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
85 | 85 |
86 /** | 86 /** |
87 * {@inheritdoc} | 87 * {@inheritdoc} |
88 */ | 88 */ |
89 public function postInstallTasks() { | 89 public function postInstallTasks() { |
90 // Since this is being called outsite of the primary front controller, | 90 // Since this is being called outside of the primary front controller, |
91 // the base_url needs to be set explicitly to ensure that links are | 91 // the base_url needs to be set explicitly to ensure that links are |
92 // relative to the site root. | 92 // relative to the site root. |
93 // @todo Simplify with https://www.drupal.org/node/2548095 | 93 // @todo Simplify with https://www.drupal.org/node/2548095 |
94 $default_options = [ | 94 $default_options = [ |
95 '#type' => 'link', | 95 '#type' => 'link', |