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