Provides access checking for themes for routing and theme negotiation.
Hierarchy
- class \Drupal\Core\Theme\ThemeAccessCheck implements AccessInterface
File
- core/lib/Drupal/Core/Theme/ThemeAccessCheck.php, line 12
Namespace
Drupal\Core\Theme
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ThemeAccessCheck::$themeHandler | protected | property | The theme handler. |
ThemeAccessCheck::access | public | function | Checks access to the theme for routing. |
ThemeAccessCheck::checkAccess | public | function | Indicates whether the theme is accessible based on whether it is installed. |
ThemeAccessCheck::__construct | public | function | Constructs a \Drupal\Core\Theme\Registry object. |
Please login to continue.