6 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
controller_admin_edit
The main admin edit controller. This controller serves the edit page where resources can be edited.
observe_hierarchy_updated/2
Signal that the hierarchy underneath a resource has been changed by mod_menu
observe_rsc_delete/2
Resource will be deleted. This notification is part of the delete transaction, it’s purpose is to clean up associated data.
observe_rsc_merge/2
Map to signal merging two resources. Move any information from the loser to the winner. The loser will be deleted.
observe_rsc_update/3
An updated resource is about to be persisted. Observe this notification to change the resource properties before they are persisted.
observe_rsc_update_done/2
An updated resource has just been persisted. Observe this notification to execute follow-up actions for a resource update.