_objectManager = $objectManager; } /** * Create new action object * * @param string $type * @param array $data * @return \Magento\Rule\Model\Action\ActionInterface */ public function create($type, array $data = []) { return $this->_objectManager->create($type, $data); } }