ResolveEvent
class ResolveEvent extends Event
Class ResolveEvent
Properties
protected Kernel | $apiKernel | from Event | |
protected ProviderInterface | $apiProvider | from Event | |
protected array | $apiRequest | from Event |
Methods
string
getApiRequestSig()
Create a brief string identifying the entity/action. Useful for pithy matching/switching.
from Event
setApiRequest(array $apiRequest)
No description
Details
at line 42
__construct(array $apiRequest, Kernel $apiKernel)
in Event at line 80
ProviderInterface
getApiProvider()
in Event at line 87
array
getApiRequest()
in Event at line 100
string
getApiRequestSig()
Create a brief string identifying the entity/action. Useful for pithy matching/switching.
Ex: if ($e->getApiRequestSig() === '3.contact.get') { ... }