Important
We are updating the images for OroCommerce version 6.1 to align with the latest changes in the back-office design. During this transition, some images may still show older versions. Thank you for your patience as we work to update all visuals to reflect these changes.
Mediator Handlers
OroSyncBundle declares some mediator handlers.
Content Manager
Cache Management Handlers
Handler Name |
Method |
Description |
---|---|---|
pageCache:init |
contentManager.init |
Sets up content management component, sets the initial URL |
pageCache:add |
contentManager.add |
Adds the current page to permanent cache |
pageCache:get |
contentManager.get |
Fetches cache data for the URL, by default for the current URL |
pageCache:remove |
contentManager.remove |
Clears cached data, by default for the current URL |
State Management Handlers
Helper Methods Handlers
Handler Name |
Method |
Description |
---|---|---|
currentUrl |
contentManager.currentUrl |
Returns the current URL (path + query) |
compareUrl |
contentManager.compareUrl |
Retrieves the meaningful part of the path from the URL and compares it to the reference path (or to the current one if the last one is undefined) |
changeUrl |
contentManager.changeUrl |
Changes the URL for the current page |
changeUrlParam |
contentManager.changeUrlParam |
Updates the URL parameter for the current page |
See orosync/js/content-manager module for details.