Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ThemeHandlerInterface.php

function ThemeHandlerInterface::hasUi

Determines if a theme should be shown in the user interface.

To be shown in the UI the theme has to be installed. If the theme is hidden it will not be shown unless it is the default or admin theme.

Parameters

string $name: The name of the theme to check.

Return value

bool TRUE if the theme should be shown in the UI, FALSE if not.

1 method overrides ThemeHandlerInterface::hasUi()
ThemeHandler::hasUi in core/lib/Drupal/Core/Extension/ThemeHandler.php
Determines if a theme should be shown in the user interface.

File

core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php, line 178

Class

ThemeHandlerInterface
Manages the list of available themes.

Namespace

Drupal\Core\Extension

Code

public function hasUi($name);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal