_objectManager->create(\Magento\Variable\Model\Variable::class) ->getVariablesOptionArray(true); $storeContactVariables = $this->_objectManager->create( \Magento\Variable\Model\Source\Variables::class )->toOptionArray( true ); /** @var \Magento\Framework\Controller\Result\Json $resultJson */ $resultJson = $this->resultJsonFactory->create(); return $resultJson->setData([$storeContactVariables, $customVariables]); } }