Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TokenUiComponentProviderInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Vault\Model\Ui;
7 
9 
17 {
18  const COMPONENT_DETAILS = 'details';
19  const COMPONENT_PUBLIC_HASH = 'publicHash';
20 
27 }
getComponentForToken(PaymentTokenInterface $paymentToken)