public function UltimenuToolInterface::getShortenedHash in Ultimenu 8.2
Gets the shortened hash of a menu item key.
Parameters
string $key: The menu item key.
Return value
string The shortened hash.
1 method overrides UltimenuToolInterface::getShortenedHash()
- UltimenuTool::getShortenedHash in src/
UltimenuTool.php - Gets the shortened hash of a menu item key.
File
- src/
UltimenuToolInterface.php, line 24
Class
- UltimenuToolInterface
- Interface for Ultimenu tools.
Namespace
Drupal\ultimenuCode
public function getShortenedHash($key);