Guest User

Untitled

a guest
Jan 16th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $query = Drupal::entityQuery('node');
  2. $query->condition('status', 0);
  3. $query->condition('type', YOUR_TYPE);
  4. $query->condition('langcode', 'de');
  5. $ids = $query->execute();
Add Comment
Please, Sign In to add comment