public function GetAlertsInterface::getActiveAlertIds in Site Alert 8
Returns the entity IDs of the currently active site alerts.
Return value
array Array of currently active site alert entity IDs.
1 method overrides GetAlertsInterface::getActiveAlertIds()
- GetAlerts::getActiveAlertIds in src/
GetAlerts.php - Returns the entity IDs of the currently active site alerts.
File
- src/
GetAlertsInterface.php, line 16
Class
- GetAlertsInterface
- Interface for services that retrieve site alerts.
Namespace
Drupal\site_alertCode
public function getActiveAlertIds();