Class craft\helpers\Cp
- Inheritance
- craft\helpers\Cp
- Available since version
- 3.0
- Source Code
- https://github.com/craftcms/cms/blob/master/src/helpers/Cp.php
Class Cp
Method | Description | Defined By |
---|---|---|
alerts() |
craft\helpers\Cp |
Event | Type | Description | Defined By |
---|---|---|---|
EVENT_REGISTER_ALERTS |
craft\events\RegisterCpAlertsEvent | The event that is triggered when registering CP alerts. | craft\helpers\Cp |
Method Details
alerts()
public static method
#
public static array alerts ( \craft\helpers\string $path = null, \craft\helpers\bool $fetch = false )
$path |
string, null | |
$fetch |
boolean |
Event Details
EVENT_REGISTER_ALERTS
event of type craft\events\RegisterCpAlertsEvent
#
The event that is triggered when registering CP alerts.