Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ApiPlatform
Core
PathResolver
OperationPathResolverInterface
PHP Interface ApiPlatform\Core\PathResolver\OperationPathResolverInterface
Author:
Paul Le Corre (
[email protected]
)
Exibir arquivo
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