Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save suresh-kumara-gist/fa11adf42968f794dd680c5bac7562ef to your computer and use it in GitHub Desktop.
Save suresh-kumara-gist/fa11adf42968f794dd680c5bac7562ef to your computer and use it in GitHub Desktop.
Drupal 8 get row fields in custom view fields
$course_id = $values->_relationship_entities[order_items]->get('field_course')->target_id;
$student_id = $values->_entity->get('uid')->target_id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment