2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
$data['users_field_data']['name']['filter']['help']=t('The user or author name. This filter does not check if the user exists and allows partial matching. Does not utilize autocomplete.');
'id'=>'user_name',
),
'sort'=>array(
'id'=>'standard',
),
'argument'=>array(
'id'=>'string',
),
'filter'=>array(
'id'=>'string',
'title'=>t('Name (raw)'),
'help'=>t('The user or author name. This filter does not check if the user exists and allows partial matching. Does not utilize autocomplete.')
),
);
// Note that this field implements field level access control.
// Note that this field implements field level access control.
$data['users_field_data']['mail']=array(
$data['users_field_data']['mail']['help']=t('Email address for a given user. This field is normally not shown to users, so be cautious when using it.');