OXID eShop CE
6.4.2
|
Public Member Functions | |
render () | |
save () | |
remove () | |
Public Attributes | |
const | BACKSLASH_REPLACEMENT = '---' |
Private Member Functions | |
sanitizeClassExtensionsChain (array $chain) | |
getShopConfiguration () | |
Extensions sorting list handler. Admin Menu: Extensions -> Module -> Installed Shop Modules.
|
private |
OxidEsales\EshopCommunity\Application\Controller\Admin\ModuleSortList::remove | ( | ) |
Removes extension metadata from eShop
OxidEsales\EshopCommunity\Application\Controller\Admin\ModuleSortList::render | ( | ) |
Executes parent method parent::render(), loads active and disabled extensions, checks if there are some deleted and registered modules and returns name of template file "module_sortlist.tpl".
|
private |
array | $chain |
OxidEsales\EshopCommunity\Application\Controller\Admin\ModuleSortList::save | ( | ) |
Saves updated aModules config var
const OxidEsales\EshopCommunity\Application\Controller\Admin\ModuleSortList::BACKSLASH_REPLACEMENT = '---' |
It is unsave to use a backslash as HTML id in conjunction with UI.sortable, so it will be replaced in the view and restored in the controller