Event
class Event extends Event
Class Event
Properties
protected Kernel | $apiKernel | ||
protected ProviderInterface | $apiProvider | ||
protected array | $apiRequest |
Methods
getApiKernel()
Get api kernel.
getApiProvider()
No description
array
getApiRequest()
No description
string
getApiRequestSig()
Create a brief string identifying the entity/action. Useful for pithy matching/switching.
Details
at line 62
__construct(ProviderInterface $apiProvider, array $apiRequest, Kernel $apiKernel)
at line 73
Kernel
getApiKernel()
Get api kernel.
at line 80
ProviderInterface
getApiProvider()
at line 87
array
getApiRequest()
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') { ... }