Showing 61-80 of 878 results
Caching in Drupal
Topic
More information
Caching in Drupal is controlled by Drupal's Cache API which is used to store any type of data on a permanent or temporary basis. Some types of data tend to take a long time to compute, but utilizing the Cache API in your module can help your site load data more quickly.
8 tutorials
Tutorials in this course
14 tutorials
Tutorials in this course
Develop Drupal Sites
GuideGeneral Drupal Development
Course
5 tutorials
Tutorials in this course
Alter Drupal in Modules
GuideDevelop Custom Pages
GuideHooks in Drupal
Course
4 tutorials
Tutorials in this course
Plugin API in Drupal
Course
12 tutorials
Tutorials in this course
What Are Plugins?
Free
1 tutorials
Tutorials in this course
Events API in Drupal
Course
4 tutorials
Tutorials in this course
Events
Topic
More information
Events are one of the ways that module developers can alter or extend Drupal without modifying existing code.
10 tutorials
Tutorials in this course
Controllers
Topic
More information
Controllers are the portion of a Drupal module that handle responding to an incoming request with the appropriate response data.
5 tutorials
7 tutorials
10 tutorials
Tutorials in this course