Chapter 2. Introducing Drupal

  • 2.1 Overview
  • 2.2 The Drupal community
  • 2.3 What about Drupal 8?
  • 2.4 Understanding Drupal’s components: code and database
    • 2.4.1 Drupal core code
    • 2.4.2 Module code
    • 2.4.3 Theme code
    • 2.4.4 Database
    • 2.4.5 Summary of code and database
  • 2.5 Drupal components
    • 2.5.1 Content types
    • 2.5.2 Nodes
    • 2.5.3 Taxonomies
    • 2.5.4 File types
    • 2.5.5 Views
    • 2.5.6 Blocks
    • 2.5.7 Menus
    • 2.5.8 Users
    • 2.5.9 Roles
    • 2.5.10 Summary of Drupal components
  • 2.6 Overview of site building
    • 2.6.1 Deciding on Drupal
    • 2.6.2 Basic configuration
    • 2.6.3 Data modeling
    • 2.6.4 Implementing the data model
    • 2.6.5 Improving the display
    • 2.6.6 Theming
    • 2.6.7 Pre-launch configuration
  • 2.7 Summary
Tags: