9.5.x/10.0.x

Define a New Permission

Last updated

Concept: Permissions

Last updated

Concept: Menu Items and Links

Last updated

Concept: Internationalization (i18n)

Last updated

Concept: Themeable Output

Last updated

One of the features of any content management system's architecture is the separation of presentation and data. In Drupal, modules are responsible for figuring out what should be on the page, and themes are responsible for the final look and feel of anything shown in the browser. It's vital for a module to return themeable output, so that the active theme can determine how it's presented.

In this tutorial, we'll:

Add CSS and JavaScript to a Module's Output

Last updated

Concept: Asset Libraries

Last updated

Output Content Using Render API

Last updated

Concept: Template Files

Last updated

Concept: Tools for Module Developers

Last updated