ApiPlatform\Core\PathResolver\OperationPathResolverInterface::resolveOperationPath PHP 메소드

resolveOperationPath() 공개 메소드

Resolves the operation path.
public resolveOperationPath ( string $resourceShortName, array $operation, boolean $collection ) : string
$resourceShortName string
$operation array The operation metadata
$collection boolean
리턴 string
    public function resolveOperationPath(string $resourceShortName, array $operation, bool $collection) : string;
OperationPathResolverInterface