$query = \Drupal::entityQuery('node'); $untagged_articles = $query->condition('type', 'article') ->notExists('field_tags') ->execute();
Recent comments
$host =…