forum::install::delete_notification_types (private)
forum::install::delete_notification_types
Defined in packages/forums/tcl/forums-install-procs.tcl
Delete notification types on uninstall
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: foreach {short_name impl_name} { "forums_forum_notif" "forums_forum_notif_type" "forums_message_notif" "forums_message_notif_type" "forums_forum_moderator_notif" "forums_forum_moderator_notif_type" "forums_message_moderator_notif" "forums_message_moderator_notif_type" } { notification::type::delete -short_name $short_name acs_sc::impl::delete -contract_name "NotificationType" -impl_name $impl_name }XQL Not present: Generic, PostgreSQL, Oracle