commerce_paypal-8.x-1.0-beta11/commerce_paypal.views.inc
commerce_paypal.views.inc
<?php
/**
* @file
* Provide Views data for Commerce PayPal.
*/
/**
* Implements hook_views_data().
*/
function commerce_paypal_views_data() {
$data['views']['commerce_paypal_credit_messaging'] = [
'title' => t('PayPal Credit messaging'),
'help' => t('Displays order specific messaging for PayPal Credit; requires an Order ID argument.'),
'area' => [
'id' => 'commerce_paypal_credit_messaging',
],
];
return $data;
}
