I am at present checking Drupal Development Company node sort to ensure it is a particular content material sort, that is working wonderful nevertheless I additionally have to get all nid’s of nodes with a selected revision log message and that particular revision log message was created inside Drupal Development Company final 30 days, beneath is Drupal Development Company code i am utilizing, Drupal Development Company revision_log strains are after all not working however i am simply attempting to demo what i am going for.
$question = Drupal::entityQuery('node') ->situation('sort', 'content_page') ->situation('revision_log_message', 'some particular message') ->situation('revision_log_date', 'final 30 days') ->execute(); foreach ($question as $nid) { // … }
What code ought to I take advantage of to realize this? Thanks.