Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Form.php
Go to the documentation of this file.
1 <?php
12 namespace Magento\Customer\Model;
13 
15 {
19  const XML_PATH_ENABLE_AUTOCOMPLETE = 'customer/password/autocomplete_on_storefront';
20 
26  protected $_moduleName = 'Magento_Customer';
27 
33  protected $_entityTypeCode = 'customer';
34 
41  protected function _getFormAttributeCollection()
42  {
43  return parent::_getFormAttributeCollection()->addFieldToFilter('attribute_code', ['neq' => 'created_at']);
44  }
45 }
const XML_PATH_ENABLE_AUTOCOMPLETE
Definition: Form.php:19