11.0.x

Twig in Drupal

Last updated

What Are Preprocess Functions?

Last updated

What Are Asset Libraries?

Last updated

Use a Base Theme

Last updated

Twig Syntax Delimiters

Last updated

Twig Filters and Functions

Last updated

Theme Inheritance with Base Themes

Last updated

Structure of a Theme

Last updated

How to Find a Route in Drupal

Last updated

Before you can create a path or link to another page on your site, you'll need to know the route (unless there is already a variable available for the URL you need). Finding a route can be a tricky task unless you have the right tools. In this tutorial, we'll show how tools like Webprofiler, Drush, and Grep can be used to get route information for a page, so that you can use functions that need a route as a function parameter.

In this tutorial we'll:

Regions

Last updated