|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (ContextInterface $context, array $components=[], array $data=[], $actions=null) | |
| prepare () | |
| getComponentName () | |
Public Member Functions inherited from AbstractComponent | |
| __construct (ContextInterface $context, array $components=[], array $data=[]) | |
| getContext () | |
| getName () | |
| prepare () | |
| toHtml () | |
| render () | |
| addComponent ($name, UiComponentInterface $component) | |
| getComponent ($name) | |
| getChildComponents () | |
| renderChildComponent ($name) | |
| getTemplate () | |
| getConfiguration () | |
| getJsConfig (UiComponentInterface $component) | |
| setData ($key, $value=null) | |
| getData ($key='', $index=null) | |
| prepareDataSource (array $dataSource) | |
| getDataSourceData () | |
Public Member Functions inherited from DataObject | |
| __construct (array $data=[]) | |
| addData (array $arr) | |
| setData ($key, $value=null) | |
| unsetData ($key=null) | |
| getData ($key='', $index=null) | |
| getDataByPath ($path) | |
| getDataByKey ($key) | |
| setDataUsingMethod ($key, $args=[]) | |
| getDataUsingMethod ($key, $args=null) | |
| hasData ($key='') | |
| toArray (array $keys=[]) | |
| convertToArray (array $keys=[]) | |
| toXml (array $keys=[], $rootName='item', $addOpenTag=false, $addCdata=true) | |
| convertToXml (array $arrAttributes=[], $rootName='item', $addOpenTag=false, $addCdata=true) | |
| toJson (array $keys=[]) | |
| convertToJson (array $keys=[]) | |
| toString ($format='') | |
| __call ($method, $args) | |
| isEmpty () | |
| serialize ($keys=[], $valueSeparator='=', $fieldSeparator=' ', $quote='"') | |
| debug ($data=null, &$objects=[]) | |
| offsetSet ($offset, $value) | |
| offsetExists ($offset) | |
| offsetUnset ($offset) | |
| offsetGet ($offset) | |
Data Fields | |
| const | NAME = 'action' |
Protected Attributes | |
| $actions | |
Protected Attributes inherited from AbstractComponent | |
| $context | |
| $components | |
| $componentData = [] | |
| $dataSources = [] | |
Protected Attributes inherited from DataObject | |
| $_data = [] | |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractComponent | |
| prepareChildComponent (UiComponentInterface $component) | |
| initObservers (array & $data=[]) | |
Protected Member Functions inherited from DataObject | |
| _getData ($key) | |
| _underscore ($name) | |
Static Protected Attributes inherited from DataObject | |
| static | $_underscoreCache = [] |
Class Action
Definition at line 13 of file Action.php.
| __construct | ( | ContextInterface | $context, |
| array | $components = [], |
||
| array | $data = [], |
||
$actions = null |
|||
| ) |
| ContextInterface | $context | |
| array | $components | |
| array | $data | |
| array | \JsonSerializable | $actions |
Definition at line 28 of file Action.php.
| getComponentName | ( | ) |
Get component name
Implements UiComponentInterface.
Definition at line 55 of file Action.php.
| prepare | ( | ) |
@inheritDoc
Implements UiComponentInterface.
Definition at line 41 of file Action.php.
|
protected |
Definition at line 20 of file Action.php.
| const NAME = 'action' |
Definition at line 15 of file Action.php.