ApiPlatform\Core\PathResolver\OperationPathResolverInterface::resolveOperationPath PHP Méthode

resolveOperationPath() public méthode

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