File tree 5 files changed +3
-13
lines changed
ViewModel/Customer/Privacy
5 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 18
18
use Magento \Framework \View \Element \Template ;
19
19
use Magento \Framework \View \FileSystem as ViewFileSystem ;
20
20
use Magento \Framework \View \Page \Config ;
21
- use Magento \Framework \View \Page \Config \RendererInterface ;
22
21
use Opengento \Gdpr \Service \Export \Renderer \HtmlRenderer \LayoutInitiatorInterface ;
23
22
use Opengento \Gdpr \Service \Export \Renderer \HtmlRenderer \View \RendererFactory ;
24
23
use function extract ;
@@ -76,8 +75,6 @@ function () use ($data): string { return $this->renderHtml($data); }
76
75
}
77
76
78
77
/**
79
- * @param array $data
80
- * @return string
81
78
* @throws Exception
82
79
*/
83
80
private function renderHtml (array $ data ): string
@@ -105,8 +102,6 @@ private function renderHtml(array $data): string
105
102
}
106
103
107
104
/**
108
- * @param array $viewVars
109
- * @return string
110
105
* @throws Exception
111
106
*/
112
107
private function renderPage (array $ viewVars ): string
Original file line number Diff line number Diff line change 7
7
8
8
namespace Opengento \Gdpr \ViewModel \Customer \Privacy ;
9
9
10
- use Magento \Cms \Block \Block ;
11
10
use Magento \Cms \Block \BlockByIdentifier ;
12
11
use Magento \Framework \App \Config \ScopeConfigInterface ;
13
12
use Magento \Framework \View \Element \Block \ArgumentInterface ;
@@ -49,8 +48,8 @@ public function getErasureInformationHtml(): string
49
48
public function getAnonymizeInformationHtml (): string
50
49
{
51
50
return $ this ->anonymizeInformation ??= $ this ->blockFactory ->createBlock (
52
- Block ::class,
53
- ['data ' => ['block_id ' => (string ) $ this ->scopeConfig ->getValue (
51
+ BlockByIdentifier ::class,
52
+ ['data ' => ['identifier ' => (string ) $ this ->scopeConfig ->getValue (
54
53
self ::CONFIG_PATH_ANONYMIZE_INFORMATION_BLOCK ,
55
54
ScopeInterface::SCOPE_STORE
56
55
)]]
Original file line number Diff line number Diff line change 7
7
8
8
namespace Opengento \Gdpr \ViewModel \Customer \Privacy ;
9
9
10
- use Magento \Cms \Block \Block ;
11
10
use Magento \Cms \Block \BlockByIdentifier ;
12
11
use Magento \Framework \App \Config \ScopeConfigInterface ;
13
12
use Magento \Framework \View \Element \Block \ArgumentInterface ;
@@ -22,9 +21,6 @@ final class ExportDataProvider implements ArgumentInterface
22
21
23
22
private BlockFactory $ blockFactory ;
24
23
25
- /**
26
- * @var string|null
27
- */
28
24
private ?string $ exportInformation ;
29
25
30
26
public function __construct (
Original file line number Diff line number Diff line change 7
7
8
8
namespace Opengento \Gdpr \ViewModel \Customer \Privacy ;
9
9
10
- use Magento \Cms \Block \Block ;
11
10
use Magento \Cms \Block \BlockByIdentifier ;
12
11
use Magento \Framework \App \Config \ScopeConfigInterface ;
13
12
use Magento \Framework \View \Element \Block \ArgumentInterface ;
Original file line number Diff line number Diff line change 10
10
<sequence >
11
11
<module name =" Magento_Theme" />
12
12
<module name =" Magento_Config" />
13
+ <module name =" Magento_Cookie" />
13
14
<module name =" Magento_Customer" />
14
15
<module name =" Magento_Quote" />
15
16
<module name =" Magento_Sales" />
You can’t perform that action at this time.
0 commit comments