@api
- Since
- 100.0.2
Definition at line 13 of file ActionFactory.php.
◆ __construct()
- Parameters
-
\Magento\Framework\ObjectManagerInterface | $objectManager | |
Definition at line 23 of file ActionFactory.php.
◆ create()
create |
( |
|
$type, |
|
|
array |
$data = [] |
|
) |
| |
Create new action object
- Parameters
-
- Returns
- \Magento\Rule\Model\Action\ActionInterface
Definition at line 35 of file ActionFactory.php.
37 return $this->_objectManager->create(
$type,
$data);
◆ $_objectManager
The documentation for this class was generated from the following file: