File tree Expand file tree Collapse file tree 4 files changed +19
-9
lines changed
Model/TemplateEngine/Plugin Expand file tree Collapse file tree 4 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 456
456
<argument name =" fileStorage" xsi : type =" object" >Magento\Core\Model\File\Storage\File\Proxy</argument >
457
457
</arguments >
458
458
</type >
459
- <type name =" Magento\Framework\View\TemplateEngineFactory" >
460
- <plugin name =" debug_hints" type =" Magento\Core\Model\TemplateEngine\Plugin\DebugHints" sortOrder =" 10" />
461
- <arguments >
462
- <argument name =" engines" xsi : type =" array" >
463
- <item name =" phtml" xsi : type =" string" >Magento\Framework\View\TemplateEngine\Php</item >
464
- </argument >
465
- </arguments >
466
- </type >
467
459
<type name =" Magento\Framework\Image" >
468
460
<arguments >
469
461
<argument name =" adapter" xsi : type =" object" >Magento\Framework\Image\Adapter\Gd2</argument >
Original file line number Diff line number Diff line change 5
5
* Copyright © 2015 Magento. All rights reserved.
6
6
* See COPYING.txt for license details.
7
7
*/
8
- namespace Magento \Core \Model \TemplateEngine \Plugin ;
8
+ namespace Magento \Developer \Model \TemplateEngine \Plugin ;
9
9
10
10
class DebugHints
11
11
{
Original file line number Diff line number Diff line change 3
3
"description" : " N/A" ,
4
4
"require" : {
5
5
"php" : " ~5.4.11|~5.5.0|~5.6.0" ,
6
+ "magento/module-core" : " 0.42.0-beta3" ,
6
7
"magento/framework" : " 0.42.0-beta3" ,
7
8
"magento/magento-composer-installer" : " *"
8
9
},
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © 2015 Magento. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd" >
9
+ <type name =" Magento\Framework\View\TemplateEngineFactory" >
10
+ <plugin name =" debug_hints" type =" Magento\Developer\Model\TemplateEngine\Plugin\DebugHints" sortOrder =" 10" />
11
+ <arguments >
12
+ <argument name =" engines" xsi : type =" array" >
13
+ <item name =" phtml" xsi : type =" string" >Magento\Framework\View\TemplateEngine\Php</item >
14
+ </argument >
15
+ </arguments >
16
+ </type >
17
+ </config >
You can’t perform that action at this time.
0 commit comments