Verified Commit 1080254c authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #2514960 by Aki Tendo, catch: \Drupal\Core\Theme\Registry->build() does...

Issue #2514960 by Aki Tendo, catch: \Drupal\Core\Theme\Registry->build() does not always return \Drupal\Core\Utility\ThemeRegistry

(cherry picked from commit e0381125)
parent 06264047
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -329,8 +329,8 @@ public function getBaseHook($hook) {
   * See the @link themeable Default theme implementations topic @endlink for
   * details.
   *
   * @return \Drupal\Core\Utility\ThemeRegistry
   *   The build theme registry.
   * @return array
   *   The built theme registry.
   *
   * @see hook_theme_registry_alter()
   */