Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $entity_ids = $query
  2. ->condition('type', 'user')
  3. ->condition('status', 1)
  4. ->condition('field_product_document', $node->getTitle(),'CONTAINS');
  5.  
  6. $parent = $node->field_product_document->entity;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement