Drupal is a registered trademark of Dries Buytaert
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)! 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). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

tempstore_plus

86 sites Security covered
View on drupal.org

Tempstore+ makes Edit Mode work on non-layout builder pages for the + Suite page builder.

▶ Watch an introduction to +Suite

Overview

Tempstore + extends Drupal's temporary storage system with a flexible strategy pattern, enabling multiple modules to customize tempstore behavior without conflicts.

Problem

Drupal's core LayoutTempstoreRepository is designed to handle Layout Builder section storage. However, other modules and systems need different tempstore behaviors. Without tempstore_plus, each module must override layout_builder.tempstore_repository directly, which:

  • Conflicts when multiple modules try to override the same service
  • Complex inheritance chains that are difficult to maintain
  • Challenges supporting optional module dependencies

Solution

Tempstore + implements the Strategy Pattern for tempstore operations:

  • Strategies implement TempstoreStrategyInterface and define logic for specific
    storage types
  • Tagged services are automatically discovered and registered with configurable
    priority
  • Priority-based selection ensures the right strategy handles each tempstore operation

Features

  • Workspace Awareness: Built-in support for workspace isolation via
    WorkspaceKeyTrait
  • Extensible: Add custom strategies by creating a class and tagging it as a service
  • No Conflicts: Multiple modules can provide strategies without overriding each other
  • Backward Compatible: Works alongside modules that haven't adopted the pattern yet

Included Strategies

  • LayoutTempstoreStrategy: Handles Layout Builder section storage with workspace
    awareness
  • EntityTempstoreStrategy: Adds tempstore functionality for non-Layout Builder pages

Activity

Total releases
6
First release
Nov 2025
Latest release
1 month ago
Release cadence
19 days
Stability
83% stable

Release Timeline

Releases

Version Type Release date
1.0.4 Stable Mar 2, 2026
1.0.3 Stable Feb 13, 2026
1.0.2 Stable Jan 6, 2026
1.0.1 Stable Nov 29, 2025
1.0.0 Stable Nov 29, 2025
1.0.x-dev Dev Nov 29, 2025