38 parent::__construct($context,
$data);
39 $this->jsLayout = isset(
$data[
'jsLayout']) && is_array(
$data[
'jsLayout']) ?
$data[
'jsLayout'] : [];
49 return $this->serializer->serialize($this->jsLayout);
60 'autocomplete' => $this->
escapeHtml($this->isAutocompleteEnabled()),
77 return $this->serializer->serialize($this->
getConfig());
85 private function isAutocompleteEnabled()
87 return $this->_scopeConfig->getValue(
100 return $this->_storeManager->getStore()->getBaseUrl();
110 return $this->
getUrl(
'customer/account/create');
120 return $this->
getUrl(
'customer/account/forgotpassword');
escapeHtml($data, $allowedTags=null)
getUrl($route='', $params=[])