Drupal is a registered trademark of Dries Buytaert
drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! linkit 7.0.14 Minor update available for module linkit (7.0.14). migrate_tools 6.1.4 Minor update available for module migrate_tools (6.1.4). diff 2.0.0 Major update available for module diff (2.0.0). masquerade 8.x-2.2 Minor update available for module masquerade (8.x-2.2). video_embed_field 3.1.0 Minor update available for module video_embed_field (3.1.0). bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). colorbox_inline 2.1.1 Minor update available for module colorbox_inline (2.1.1). node_view_permissions 8.x-1.7 Minor update available for module node_view_permissions (8.x-1.7).

eb_pathauto

No security coverage
View on drupal.org

Entity Builder Pathauto adds URL alias pattern support to Entity Builder definitions.

Define pathauto patterns for bundles in YAML or via the spreadsheet interface. This module integrates Pathauto with Entity Builder.

Features

  • URL Patterns in YAML: Define patterns alongside bundle definitions
  • Token Support: Use any Drupal token for dynamic URL generation
  • Multi-Entity: Works with nodes, taxonomy terms, users, and more
  • Smart Sync: Automatic create, update, or skip based on changes

YAML Example

bundle_definitions:
  - entity_type: node
    bundle_id: article
    label: Article
    pathauto_pattern: /blog/[node:title]

  - entity_type: node
    bundle_id: product
    label: Product
    pathauto_pattern: /products/[node:field_category:entity:name]/[node:title]

  - entity_type: taxonomy_term
    bundle_id: tags
    label: Tags
    pathauto_pattern: /tags/[term:name]

Common Token Patterns

  • /[node:title] - Simple title-based URL
  • /blog/[node:title] - With content type prefix
  • /news/[node:created:custom:Y]/[node:title] - Date-based paths
  • /[node:field_category:entity:name]/[node:title] - Taxonomy-based paths
  • /tags/[term:name] - Taxonomy term paths

Installation

composer require drupal/eb_pathauto drupal/pathauto
drush en pathauto eb_pathauto -y

Requirements

Related Modules

Activity

Total releases
1
First release
Mar 2026
Latest release
1 month ago
Release cadence
Stability
0% stable

Releases

Version Type Release date
1.0.x-dev Dev Mar 29, 2026