PMA\libraries\Menu::getHash PHP Method

getHash() public method

Returns hash for the menu and the breadcrumbs
public getHash ( ) : string
return string
    public function getHash()
    {
        return substr(md5($this->_getMenu() . $this->_getBreadcrumbs()), 0, 8);
    }