OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Application\Controller\Admin\ModuleSortList Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\ModuleSortList:
+ Collaboration diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\ModuleSortList:

Public Member Functions

 render ()
 
 save ()
 
 remove ()
 

Public Attributes

const BACKSLASH_REPLACEMENT = '---'
 

Detailed Description

Extensions sorting list handler. Admin Menu: Extensions -> Module -> Installed Shop Modules.

Member Function Documentation

◆ remove()

OxidEsales\EshopCommunity\Application\Controller\Admin\ModuleSortList::remove ( )

Removes extension metadata from eShop

Returns
null

◆ render()

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".

Returns
string

◆ save()

OxidEsales\EshopCommunity\Application\Controller\Admin\ModuleSortList::save ( )

Saves updated aModules config var

Member Data Documentation

◆ BACKSLASH_REPLACEMENT

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


The documentation for this class was generated from the following file: