eZ\Publish\Core\REST\Common\RequestParser::parseHref PHP Method

parseHref() public method

Tries to match $href as a route, and returns the value of $attribute from the result.
public parseHref ( string $href, string $attribute ) : mixed | false
$href string
$attribute string
return mixed | false
    public function parseHref($href, $attribute);