You are here

public function UltimenuSkinInterface::getPath in Ultimenu 8.2

A reversed process to convert an option into a full CSS skin path.

This silly reversion ensures the setting will be intact when moving around CSS files, or theme and module directory.

Parameters

string $path: The path that should be converted to full CSS path.

Return value

string The CSS path containing ultimenu skins.

1 method overrides UltimenuSkinInterface::getPath()
UltimenuSkin::getPath in src/UltimenuSkin.php
A reversed process to convert an option into a full CSS skin path.

File

src/UltimenuSkinInterface.php, line 30

Class

UltimenuSkinInterface
Interface for Ultimenu skins.

Namespace

Drupal\ultimenu

Code

public function getPath($path);