Change record status: 
Project: 
Introduced in branch: 
main
Introduced in version: 
12.0.0
Description: 

Drupal's node module has traditionally shipped with a frontpage view by installed by default that was accessible at /node. Instead of "Frontpage" this is now called the "Promoted content" view and is now disabled by default. Site builders can enable it, if they need this functionality.

Module developers with tests that rely on this view being enabled can make use of PromotedContentViewTestTrait to enable the view in their tests.

Impacts: 
Site builders, administrators, editors
Module developers