Problem/Motivation
Inaccurate documentation for 8.2.x
API page: https://api.drupal.org/api/drupal/core%21modules%21views%21views.api.php...
> The field module's implementation of hook_views_data() invokes this for each field storage, in the module that defines the field type. It is not invoked in other modules.
Field module no longer implements this hook in D8. Views invokes this in views_views_data().
Proposed resolution
Update documentation to reflect that Field module no longer implements this hook in D8.
Remaining tasks
Update documentation
User interface changes
-
API changes
-
Data model changes
-