Class JSWidgetsAjaxController
Class JSWidgetsAjaxController
- HttpViewController implements HttpViewControllerInterface
- ┗ AdminHttpViewController implements AdminStatusOnlyInterface
- ┗ JSWidgetsAjaxController
Category: System
Extends: AdminHttpViewController
Located at Controllers/HttpView/AdminAjax/JSWidgetsAjaxController.inc.php
Methods summary
public
actionResponsiveFileManagerExists( void )
: JsonHttpControllerResponse
Detects if the file manager is installed or not.
public
actionIsGroupCheckEnabled( void )
: JsonHttpControllerResponse
Checks if the group check is enabled. If true, the response provide information about the existing customer groups.
protected
_serializeCustomerGroupCollection( CustomerGroupCollection $customerGroupCollection )
: array
Serializes customer group collections.
protected
_serializeCustomerGroup( CustomerGroupInterface $customerGroup )
: array
Serializes customer group entities.
protected
_serializeCustomerGroupNames( array $customerGroupNames )
: array
Serializes customer group names array.
protected
_serializeCustomerGroupSettings( CustomerGroupSettingsInterface $settings )
: array
Serializes customer group settings value objects.
protected
_serializeCustomerGroupConfigurations( CustomerGroupConfigurationsInterface $configurations )
: array
Serializes customer group configuration value objects.
Methods inherited from AdminHttpViewController
Methods inherited from HttpViewController
__construct(),
_callActionMethod(),
_getPostData(),
_getPostDataCollection(),
_getQueryParameter(),
_getQueryParametersCollection(),
_getServerData(),
_render(),
_validatePageToken(),
actionDefault(),
getTemplateFile(),
proceed()
Properties summary
Properties inherited from HttpViewController
$assets,
$contentView,
$httpContextReader,
$httpResponseProcessor,
$postDataArray,
$queryParametersArray,
$serverDataArray