You are here

public function UltimenuManagerInterface::getSkinName in Ultimenu 8

Gets the skin basename.

Parameters

string $path: The path to the CSS file.

Return value

string The skin basename.

1 method overrides UltimenuManagerInterface::getSkinName()
UltimenuManager::getSkinName in src/UltimenuManager.php
Gets the skin basename.

File

src/UltimenuManagerInterface.php, line 101

Class

UltimenuManagerInterface
Interface for Ultimenu plugins.

Namespace

Drupal\ultimenu

Code

public function getSkinName($path);