With the release of Drupal 11.3.x, the Views API has received an important change:
the long-standing access callback key used in Views handler definitions has been deprecated.
This update impacts module developers, site builders, and anyone defining custom Views handlers.
🚨 What Exactly Has Been Deprecated?
In earlier versions of Drupal, you could define access logic for a Views handler directly inside views_data():