ElementRowActionsProvider extends DataProvider
Table of Contents
Methods
- __construct() : mixed
- getSettings() : ElementSettings
- prepareActions() : array<string|int, Action>
- prepareControls() : array<string|int, mixed>
- Gets row's context menu controls for all actions.
Methods
__construct()
public
__construct(ElementSettings $settings, IblockRightsChecker $rights) : mixed
Parameters
- $settings : ElementSettings
-
if not used, may be
null
- $rights : IblockRightsChecker
getSettings()
public
getSettings() : ElementSettings
Return values
ElementSettingsprepareActions()
public
prepareActions() : array<string|int, Action>
Return values
array<string|int, Action>prepareControls()
Gets row's context menu controls for all actions.
public
prepareControls(array<string|int, mixed> $rawFields) : array<string|int, mixed>
Parameters
- $rawFields : array<string|int, mixed>