'#description'=>t('Text that will be shown inside the field until a value is entered. This hint is usually a sample value or a brief description of the expected format.'),
'#description'=>$this->t('Text that will be shown inside the field until a value is entered. This hint is usually a sample value or a brief description of the expected format.'),
];
$elements['prefix']=[
'#type'=>'textfield',
'#title'=>t('Prefix'),
'#title'=>$this->t('Prefix'),
'#default_value'=>$this->getSetting('prefix'),
'#description'=>t('Text that will be shown before the input field.'),
'#description'=>$this->t('Text that will be shown before the input field.'),
];
return$elements;
@@ -65,12 +65,12 @@ class DrupalOrgUsernameWidget extends WidgetBase {