public function UltimenuSkinInterface::getName in Ultimenu 8.2
Gets the skin basename.
Parameters
string $path: The path to the CSS file.
Return value
string The skin basename.
1 method overrides UltimenuSkinInterface::getName()
- UltimenuSkin::getName in src/
UltimenuSkin.php - Gets the skin basename.
File
- src/
UltimenuSkinInterface.php, line 41
Class
- UltimenuSkinInterface
- Interface for Ultimenu skins.
Namespace
Drupal\ultimenuCode
public function getName($path);