eZ\Publish\Core\REST\Common\Tests\UrlHandler\PatternTest::getWorkingUrlHandler PHP Method

getWorkingUrlHandler() protected method

Returns the URL handler.
protected getWorkingUrlHandler ( ) : Pattern
return eZ\Publish\Core\REST\Common\RequestParser\Pattern
    protected function getWorkingUrlHandler()
    {
        return new Common\RequestParser\Pattern(array('section' => '/content/section/{section}', 'objectversion' => '/content/object/{object}/{version}', 'locationChildren' => '/content/locations/{&location}/children', 'location' => '/content/locations/{&location}'));
    }