✍️
Dev Patterns
Ctrlk
  • Dev Patterns: Introduction
  • Drupal 8
    • Form Alter
    • Language
    • Routes
    • Preprocess Page
    • Preprocess HTML
      • Check node ids and field values in preprocess_html
      • Add a body class based on route
    • General Theming
    • Twig
    • Page alter
    • Users
    • Fields
    • Terminal
  • Drupal 7
    • Create View modes programtically
    • Node form alter
    • Element Children
Powered by GitBook
On this page

Was this helpful?

  1. Drupal 8

Preprocess HTML

Check node ids and field values in preprocess_htmlAdd a body class based on route
PreviousCheck if a node has body content and create a variableNextCheck node ids and field values in preprocess_html

Last updated 5 years ago

Was this helpful?