You are here

public function WebformHelpManagerInterface::deleteNotification in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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\webform

Code

public function deleteNotification($id);