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