class WhoopsServiceProvider extends Provider (View source)

Properties

protected Application $app from  Provider

Methods

__construct(Application $app)

No description

from  Provider
register()

Registers the services provided by this provider.

provides()

No description

from  Provider
array<string,string[]>
getDisallowedKeys()

Get the list of superglobal keys that should be masked in whoops output

Details

__construct(Application $app)

No description

Parameters

Application $app

register()

Registers the services provided by this provider.

provides()

No description

protected array<string,string[]> getDisallowedKeys()

Get the list of superglobal keys that should be masked in whoops output

Return Value

array<string,string[]>

A list of disallowed superglobal keys [`_SERVER' => ['some_key']]