comparison core/lib/Drupal/Core/Theme/ThemeAccessCheck.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
25 * The theme handler. 25 * The theme handler.
26 */ 26 */
27 public function __construct(ThemeHandlerInterface $theme_handler) { 27 public function __construct(ThemeHandlerInterface $theme_handler) {
28 $this->themeHandler = $theme_handler; 28 $this->themeHandler = $theme_handler;
29 } 29 }
30
30 /** 31 /**
31 * Checks access to the theme for routing. 32 * Checks access to the theme for routing.
32 * 33 *
33 * @param string $theme 34 * @param string $theme
34 * The name of a theme. 35 * The name of a theme.