PHP Interface ApiPlatform\Core\PathResolver\OperationPathResolverInterface

Author: Paul Le Corre ([email protected])
Show file Open project: api-platform/core

Public Methods

Method Description
resolveOperationPath ( string $resourceShortName, array $operation, boolean $collection ) : string Resolves the operation path.

Method Details

resolveOperationPath() public method

Resolves the operation path.
public resolveOperationPath ( string $resourceShortName, array $operation, boolean $collection ) : string
$resourceShortName string
$operation array The operation metadata
$collection boolean
return string