Drupal 7
This is a collection of Drupal references I've written or collected from around the web.
API Documentation
Coding
- Accessing Node Fields and Language Considerations
- ComputerMinds: Rendering Drupal 7 fields (the right way)
- Creating and Updating Nodes Programmatically in Drupal 7
- Digett: Entities References
- Executing batch cron operations with drupal_queue
- Exporting your module configuration using Ctools or with custom code - when to use which method?
- Guide to programmatic node creation in Drupal 7
- Moving Comments into a Block
- Using #theme_wrappers
- Using ctools' modal frames and field collection forms
- ygerasimov: CTools Plugins System Example
