ThemeHandlerInterface::hasUi

public function ThemeHandlerInterface::hasUi

public ThemeHandlerInterface::hasUi($name)

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.

File

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

Class

ThemeHandlerInterface
Manages the list of available themes.

Namespace

Drupal\Core\Extension

Code

public function hasUi($name);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Extension!ThemeHandlerInterface.php/function/ThemeHandlerInterface::hasUi/8.1.x

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部