Skip to content

Commit a6a0d5b

Browse files
committed
Declare module namespace
1 parent f4496e9 commit a6a0d5b

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

app/code/Magento/Paypal/Block/Adminhtml/Billing/Agreement/View/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ class Form extends \Magento\Backend\Block\Template
1313
/**
1414
* @var string
1515
*/
16-
protected $_template = 'billing/agreement/view/form.phtml';
16+
protected $_template = 'Magento_Paypal::billing/agreement/view/form.phtml';
1717
}

app/code/Magento/Paypal/Block/Adminhtml/Billing/Agreement/View/Tab/Info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Info extends \Magento\Backend\Block\Template implements \Magento\Backend\B
1515
/**
1616
* @var string
1717
*/
18-
protected $_template = 'billing/agreement/view/tab/info.phtml';
18+
protected $_template = 'Magento_Paypal::billing/agreement/view/tab/info.phtml';
1919

2020
/**
2121
* Core registry

app/code/Magento/Paypal/Block/Adminhtml/System/Config/Payflowlink/Advanced.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Advanced extends \Magento\Paypal\Block\Adminhtml\System\Config\Payflowlink
1616
*
1717
* @var string
1818
*/
19-
protected $_template = 'system/config/payflowlink/advanced.phtml';
19+
protected $_template = 'Magento_Paypal::system/config/payflowlink/advanced.phtml';
2020
}

app/code/Magento/Paypal/Block/Adminhtml/System/Config/Payflowlink/Info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Info extends \Magento\Config\Block\System\Config\Form\Field
1616
*
1717
* @var string
1818
*/
19-
protected $_template = 'system/config/payflowlink/info.phtml';
19+
protected $_template = 'Magento_Paypal::system/config/payflowlink/info.phtml';
2020

2121
/**
2222
* Render fieldset html

app/code/Magento/Paypal/Block/Hosted/Pro/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ class Form extends \Magento\Payment\Block\Form
1515
/**
1616
* @var string
1717
*/
18-
protected $_template = 'hss/info.phtml';
18+
protected $_template = 'Magento_Paypal::hss/info.phtml';
1919
}

app/code/Magento/Paypal/Block/Iframe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Iframe extends \Magento\Payment\Block\Form
4444
/**
4545
* @var string
4646
*/
47-
protected $_template = 'hss/js.phtml';
47+
protected $_template = 'Magento_Paypal::hss/js.phtml';
4848

4949
/**
5050
* @var \Magento\Sales\Model\OrderFactory

app/code/Magento/Paypal/Block/Payflow/Advanced/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Form extends \Magento\Paypal\Block\Payflow\Link\Form
1515
/**
1616
* @var string
1717
*/
18-
protected $_template = 'payflowadvanced/info.phtml';
18+
protected $_template = 'Magento_Paypal::payflowadvanced/info.phtml';
1919

2020
/**
2121
* Get frame action URL

app/code/Magento/Paypal/Block/Payflow/Link/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Form extends \Magento\Payment\Block\Form
1515
/**
1616
* @var string
1717
*/
18-
protected $_template = 'payflowlink/info.phtml';
18+
protected $_template = 'Magento_Paypal::payflowlink/info.phtml';
1919

2020
/**
2121
* Get frame action URL

app/code/Magento/Sales/Block/Adminhtml/Order/Address/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Form extends \Magento\Sales\Block\Adminhtml\Order\Create\Form\Address
1919
*
2020
* @var string
2121
*/
22-
protected $_template = 'order/address/form.phtml';
22+
protected $_template = 'Magento_Sales::order/address/form.phtml';
2323

2424
/**
2525
* Core registry

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Grandtotal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Grandtotal extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\Defa
2020
*
2121
* @var string
2222
*/
23-
protected $_template = 'order/create/totals/grandtotal.phtml';
23+
protected $_template = 'Magento_Sales::order/create/totals/grandtotal.phtml';
2424

2525
/**
2626
* Tax config

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Shipping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Shipping extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\Defaul
2020
*
2121
* @var string
2222
*/
23-
protected $_template = 'order/create/totals/shipping.phtml';
23+
protected $_template = 'Magento_Sales::order/create/totals/shipping.phtml';
2424

2525
/**
2626
* Tax config

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Subtotal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Subtotal extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\Defaul
2020
*
2121
* @var string
2222
*/
23-
protected $_template = 'order/create/totals/subtotal.phtml';
23+
protected $_template = 'Magento_Sales::order/create/totals/subtotal.phtml';
2424

2525
/**
2626
* Tax config

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Tax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ class Tax extends \Magento\Sales\Block\Adminhtml\Order\Create\Totals\DefaultTota
1818
*
1919
* @var string
2020
*/
21-
protected $_template = 'order/create/totals/tax.phtml';
21+
protected $_template = 'Magento_Sales::order/create/totals/tax.phtml';
2222
}

app/code/Magento/Sales/Block/Adminhtml/Order/Details.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ class Details extends \Magento\Framework\View\Element\Template
1414
/**
1515
* @var string
1616
*/
17-
protected $_template = 'order/details.phtml';
17+
protected $_template = 'Magento_Sales::order/details.phtml';
1818
}

app/code/Magento/Sales/Block/Adminhtml/Order/View/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ class Form extends \Magento\Backend\Block\Template
1717
*
1818
* @var string
1919
*/
20-
protected $_template = 'order/view/form.phtml';
20+
protected $_template = 'Magento_Sales::order/view/form.phtml';
2121
}

app/code/Magento/Sales/Block/Adminhtml/Order/View/Tab/History.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class History extends \Magento\Backend\Block\Template implements \Magento\Backen
1818
*
1919
* @var string
2020
*/
21-
protected $_template = 'order/view/tab/history.phtml';
21+
protected $_template = 'Magento_Sales::order/view/tab/history.phtml';
2222

2323
/**
2424
* Core registry

app/code/Magento/Sales/Block/Adminhtml/Rss/Order/Grid/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Link extends \Magento\Framework\View\Element\Template
1414
/**
1515
* @var string
1616
*/
17-
protected $_template = 'rss/order/grid/link.phtml';
17+
protected $_template = 'Magento_Sales::rss/order/grid/link.phtml';
1818

1919
/**
2020
* @var \Magento\Framework\App\Rss\UrlBuilderInterface

app/code/Magento/Sales/Block/Order/Info/Buttons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Buttons extends \Magento\Framework\View\Element\Template
2020
/**
2121
* @var string
2222
*/
23-
protected $_template = 'order/info/buttons.phtml';
23+
protected $_template = 'Magento_Sales::order/info/buttons.phtml';
2424

2525
/**
2626
* Core registry

app/code/Magento/Sales/Block/Order/Info/Buttons/Rss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Rss extends \Magento\Framework\View\Element\Template
1616
/**
1717
* @var string
1818
*/
19-
protected $_template = 'order/info/buttons/rss.phtml';
19+
protected $_template = 'Magento_Sales::order/info/buttons/rss.phtml';
2020

2121
/**
2222
* @var \Magento\Sales\Model\OrderFactory

app/code/Magento/Sales/Block/Order/Invoice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Invoice extends \Magento\Sales\Block\Order\Invoice\Items
1818
/**
1919
* @var string
2020
*/
21-
protected $_template = 'order/invoice.phtml';
21+
protected $_template = 'Magento_Sales::order/invoice.phtml';
2222

2323
/**
2424
* @var \Magento\Framework\App\Http\Context

app/code/Magento/Sales/Block/Order/View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class View extends \Magento\Framework\View\Element\Template
1818
/**
1919
* @var string
2020
*/
21-
protected $_template = 'order/view.phtml';
21+
protected $_template = 'Magento_Sales::order/view.phtml';
2222

2323
/**
2424
* Core registry

0 commit comments

Comments
 (0)