lang::message::unregister (public)

 lang::message::unregister package_key message_key

Defined in packages/acs-lang/tcl/lang-message-procs.tcl

Unregisters a message key, i.e. deletes it along with all its messages from the database and deleted entries in the cache. This proc is useful when installing a package. To delete an individual message, as opposed to the entire key, use lang::message::delete.

Parameters:
package_key
message_key
Author:
Peter Marklund
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 test_group_localization group_localization (test acs-subsite) lang::message::unregister lang::message::unregister test_group_localization->lang::message::unregister test_localize localize (test acs-lang) test_localize->lang::message::unregister test_upgrade upgrade (test acs-lang) test_upgrade->lang::message::unregister test_util__replace_temporary_tags_with_lookups util__replace_temporary_tags_with_lookups (test acs-lang) test_util__replace_temporary_tags_with_lookups->lang::message::unregister db_dml db_dml (public) lang::message::unregister->db_dml lang::message::delete lang::message::delete (public) lang::message::unregister->lang::message::delete lang::message::remove_from_cache lang::message::remove_from_cache (private) lang::message::unregister->lang::message::remove_from_cache group::delete group::delete (public) group::delete->lang::message::unregister packages/acs-lang/www/admin/message-unregister.tcl packages/acs-lang/ www/admin/message-unregister.tcl packages/acs-lang/www/admin/message-unregister.tcl->lang::message::unregister rel_types::delete_role rel_types::delete_role (public) rel_types::delete_role->lang::message::unregister

Testcases:
util__replace_temporary_tags_with_lookups, upgrade, localize, group_localization
[ show source ]
Show another procedure: