Skip to content
Snippets Groups Projects

Fix incorrect reference to core_field_views_data

Closed Alex Pott requested to merge issue/drupal-3502466:3502466-fix-reference-to into 11.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -18,7 +18,7 @@
*
* @group entity_reference
*
* @see core_field_views_data()
* @see \Drupal\views\Hook\ViewsViewsHooks::fieldViewsData()
*/
class EntityReferenceRelationshipTest extends ViewsKernelTestBase {
Loading