public function UltimenuManagerInterface::getSkinPath in Ultimenu 8
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 UltimenuManagerInterface::getSkinPath()
- UltimenuManager::getSkinPath in src/
UltimenuManager.php - A reversed process to convert an option into a full CSS skin path.
File
- src/
UltimenuManagerInterface.php, line 90
Class
- UltimenuManagerInterface
- Interface for Ultimenu plugins.
Namespace
Drupal\ultimenuCode
public function getSkinPath($path);