Frontend\Modules\Tags\Engine\TagsInterface::getIdForTags PHP Method

getIdForTags() public static method

Selects the proper part of the full URL to get the item's id from the database.
public static getIdForTags ( Url $url ) : integer
$url Frontend\Core\Engine\Url The current URL.
return integer The id that corresponds with the given full URL.
    public static function getIdForTags(FrontendURL $url);