Closed (outdated)
Project:
Drupal core
Version:
11.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Oct 2012 at 12:39 UTC
Updated:
26 Jan 2025 at 09:44 UTC
Jump to comment: Most recent
Comments
Comment #1
xjmI'm not sure this was a "I don't understand these docs" so much as a "are you seriously doing all that to show a label for the field?"
Comment #2
xjmComment #15
quietone commentedfield_views_field_label() is now views_entity_field_label(). See #2399931: Generic entity api field handler should live in views module not in field module
Comment #16
quietone commentedviews_entity_field_label is deprecated and this now uses \Drupal\Core\Entity\EntityFieldManagerInterface::getFieldLabels and the better documentation there.