drupal-at-your-fingertips

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Drupal at Your Fingertips

Drupal at Your Fingertips

Source: drupalatyourfingertips.com Author: Selwyn Polit License: Open access documentation
来源: drupalatyourfingertips.com 作者: Selwyn Polit 许可协议: 开放访问文档

When This Skill Activates

本技能触发场景

Activates when working with Drupal development topics covered in the d9book including:
  • Core APIs (services, hooks, events, plugins)
  • Content (nodes, fields, entities, paragraphs, taxonomy)
  • Forms and validation
  • Routing and controllers
  • Theming (Twig, render arrays, preprocess)
  • Caching and performance
  • Testing (PHPUnit, DTT)
  • Common patterns and best practices

当你处理d9book涵盖的Drupal开发相关主题时本技能将触发,包括:
  • 核心API(services、hooks、events、plugins)
  • 内容(nodes、fields、entities、paragraphs、taxonomy)
  • 表单与验证
  • 路由与控制器
  • 主题开发(Twig、渲染数组、预处理)
  • 缓存与性能
  • 测试(PHPUnit、DTT)
  • 通用模式与最佳实践

Available Topics

可用主题

All topics are available as references in the
/references/
directory.
Each reference links to the full chapter on drupalatyourfingertips.com with:
  • Detailed explanations and code examples
  • Best practices and common patterns
  • Step-by-step guides
  • Troubleshooting tips
所有主题都以参考文档的形式存放在
/references/
目录下。
每份参考文档都链接到drupalatyourfingertips.com上的完整章节,包含以下内容:
  • 详细说明与代码示例
  • 最佳实践与通用模式
  • 分步指南
  • 问题排查技巧

Core Concepts

核心概念

  • @references/services.md - Dependency injection and service container
  • @references/hooks.md - Hook system and implementations
  • @references/events.md - Event subscribers and dispatchers
  • @references/plugins.md - Plugin API and annotations
  • @references/entities.md - Entity API and custom entities
  • @references/services.md - 依赖注入与服务容器
  • @references/hooks.md - Hook系统与实现
  • @references/events.md - 事件订阅器与调度器
  • @references/plugins.md - Plugin API与注解
  • @references/entities.md - Entity API与自定义实体

Content Management

内容管理

  • @references/nodes-and-fields.md - Node and field API
  • @references/forms.md - Form API and validation
  • @references/paragraphs.md - Paragraphs module patterns
  • @references/taxonomy.md - Taxonomy and vocabularies
  • @references/menus.md - Menu system
  • @references/nodes-and-fields.md - Node与字段API
  • @references/forms.md - Form API与验证
  • @references/paragraphs.md - Paragraphs模块模式
  • @references/taxonomy.md - 分类法与词汇表
  • @references/menus.md - 菜单系统

Development Tools

开发工具

  • @references/composer.md - Dependency management
  • @references/drush.md - Drush commands
  • @references/debugging.md - Debugging techniques
  • @references/logging.md - Logging and monitoring
  • @references/dtt.md - Drupal Test Traits
  • @references/composer.md - 依赖管理
  • @references/drush.md - Drush命令
  • @references/debugging.md - 调试技巧
  • @references/logging.md - 日志与监控
  • @references/dtt.md - Drupal Test Traits

Advanced Topics

高级主题

  • @references/batch.md - Batch API for long operations
  • @references/queue.md - Queue API for background tasks
  • @references/cron.md - Cron jobs and scheduling
  • @references/ajax.md - AJAX framework
  • @references/javascript.md - JavaScript in Drupal
See
/references/
directory for complete list of 50+ topics.

To update: Run
.claude/scripts/sync-d9book.sh
  • @references/batch.md - 处理长任务的Batch API
  • @references/queue.md - 处理后台任务的Queue API
  • @references/cron.md - Cron任务与调度
  • @references/ajax.md - AJAX框架
  • @references/javascript.md - Drupal中的JavaScript
查看
/references/
目录获取全部50+主题的完整列表。

更新方式: 运行
.claude/scripts/sync-d9book.sh