Created
September 5, 2017 14:42
-
-
Save suresh-kumara-gist/fa11adf42968f794dd680c5bac7562ef to your computer and use it in GitHub Desktop.
Drupal 8 get row fields in custom view fields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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