drupal-render

Installation
SKILL.md

Drupal Render Arrays

Basic Structure

$build = [
  '#type' => 'container',
  '#attributes' => ['class' => ['my-wrapper']],
  'content' => [
    '#markup' => $this->t('Hello world'),
  ],
];

Cache Metadata (Always Required)

Installs
29
GitHub Stars
71
First Seen
Apr 17, 2026
drupal-render — edutrul/drupal-ai