Issue #1832858: Revamp descriptions of items in handler listings
1 unresolved thread
Merge request reports
Activity
added 3522 commits
-
15eed742...563fc19c - 3521 commits from branch
project:11.x
- e35bf39e - Issue #1832858: Revamp descriptions of items in handler listings
-
15eed742...563fc19c - 3521 commits from branch
80 80 $data['users_field_data']['name']['filter']['help'] = $this->t('The user or author name. This filter does not check if the user exists and allows partial matching. Does not use autocomplete.'); 81 81 82 82 // Note that this field implements field level access control. 83 $data['users_field_data']['mail']['help'] = $this->t('Email address for a given user. This field is normally not shown to users, so be cautious when using it.'); 83 $data['users_field_data']['mail']['help'] = $this->t('Caution! Security Implications. Not normally used.');
Please register or sign in to reply