Closed (fixed)
Project:
Drupal core
Version:
11.2.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Jul 2025 at 09:54 UTC
Updated:
8 Aug 2025 at 19:44 UTC
Jump to comment: Most recent
Comments
Comment #4
michagruI found the BlockPageVariant as an alternative to mention
Comment #5
smustgrave commentedSeems straight forward.
Comment #8
xjmI read
BlockPageVariantand confirmed that this is what it actually does. Since it's always good to check why something like this is wrong (especially to confirm that we have the correct replacement), I did:It looks like this was removed back in 2014 in #2352155: Remove HtmlFragment/HtmlPage. That issue includes e.g.:
...and git even detects it as a rewritten file:
Finally, I grepped to confirm that there were no other stale references to
FullPageVariant:Committed to 11.x, and cherry-picked to 11.2.x as a patch-safe documentation bug fix. Thanks!
Edit: Markup woes.