public function WebformHelpManagerInterface::deleteNotification in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformHelpManagerInterface.php \Drupal\webform\WebformHelpManagerInterface::deleteNotification()
Delete a notification by id.
@internal Currently being used to display notifications related to updates.
Parameters
string $id: The notification id.
1 method overrides WebformHelpManagerInterface::deleteNotification()
- WebformHelpManager::deleteNotification in src/
WebformHelpManager.php - Delete a notification by id.
File
- src/
WebformHelpManagerInterface.php, line 97
Class
- WebformHelpManagerInterface
- Defines an interface for help classes.
Namespace
Drupal\webformCode
public function deleteNotification($id);