diff --git a/core/modules/views/views.api.php b/core/modules/views/views.api.php index 7c04ec7..1faaab1 100644 --- a/core/modules/views/views.api.php +++ b/core/modules/views/views.api.php @@ -103,7 +103,7 @@ function hook_views_analyze(Drupal\views\ViewExecutable $view) { * * To provide views data for an entity, instead of implementing this hook, * create a class implementing \Drupal\views\EntityViewsDataInterface and - * reference this in the "views" annotation in the entity class. The return + * reference this in the "handlers.views_data" annotation in the entity class. The return * value of the getViewsData() method on the interface is the same as this hook. * See the @link entity_api Entity API topic @endlink for more information about * entities.