class PrepareEvent extends Event

Class PrepareEvent

Properties

protected Kernel $apiKernel from Event
protected ProviderInterface $apiProvider from Event
protected array $apiRequest from Event

Methods

__construct(ProviderInterface $apiProvider, array $apiRequest, Kernel $apiKernel)

No description

from Event
getApiKernel()

Get api kernel.

from Event
getApiProvider()

No description

from Event
array
getApiRequest()

No description

from Event
setApiRequest(array $apiRequest)

No description

Details

in Event at line 62
__construct(ProviderInterface $apiProvider, array $apiRequest, Kernel $apiKernel)

Parameters

ProviderInterface $apiProvider The API responsible for executing the request.
array $apiRequest The full description of the API request.
Kernel $apiKernel

in Event at line 73
Kernel getApiKernel()

Get api kernel.

Return Value

Kernel

in Event at line 80
ProviderInterface getApiProvider()

Return Value

ProviderInterface

in Event at line 87
array getApiRequest()

Return Value

array

at line 40
PrepareEvent setApiRequest(array $apiRequest)

Parameters

array $apiRequest The full description of the API request.

Return Value

PrepareEvent