You are here

public function UltimenuToolInterface::getShortenedUuid in Ultimenu 8.2

Gets the shortened UUID.

Parameters

string $key: The menu item key with UUID.

Return value

string The shortened UUID.

1 method overrides UltimenuToolInterface::getShortenedUuid()
UltimenuTool::getShortenedUuid in src/UltimenuTool.php
Gets the shortened UUID.

File

src/UltimenuToolInterface.php, line 35

Class

UltimenuToolInterface
Interface for Ultimenu tools.

Namespace

Drupal\ultimenu

Code

public function getShortenedUuid($key);