Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
- Patterns engine On / Off
- Validating oncluded patterns bug fix
- Codemirror error when a more recent pattern is found in file system fix
- Removed deprecated hook_arguments from components
- Removed unused code snippets
- patterns_utils_check_keys() for components developers
- Minor fixes and improvements
- Patches for issues #2053927 and 1955410
This is a major release and you might find that the syntax of some of the Patterns might have changed/being extended. Backward compatibility with Patterns created with the syntax of 7.x-1.x branch is not supported.
Syntactic and semantic validation
The new version of Patterns allows the components to implement two separated layers of syntactic and semantic validation, providing a very valuable feedback to the user that is going to run a pattern in case it is necessary to solve any possible conflicts.
Improvement of the export functions and components extension
Improvement of the export functions and components extension. The new version of Patterns provides a set of enhancements to export automatically the configuration of a site. All the main components possess now automatic export capabilities, and depending on the type of component new options to export it are offered. Two different use cases are distinguised:
Export the configuration as a pattern consisting of a set of CREATE actions which allows users the creation of patterns for “fresh installation” of certain feature,
Export the configuration as a pattern consisting of a set of MODIFY actions
which allows users the creation of patterns to override the current settings (e.g.,
This is a major release and you might find that the syntax of some of the Patterns might have changed/being extended. Backward compatibility with Patterns created with the syntax of 7.x-1.x branch is not supported.
Syntactic and semantic validation
The new version of Patterns allows the components to implement two separated layers of syntactic and semantic validation, providing a very valuable feedback to the user that is going to run a pattern in case it is necessary to solve any possible conflicts.
Improvement of the export functions and components extension
Improvement of the export functions and components extension. The new version of Patterns provides a set of enhancements to export automatically the configuration of a site. All the main components possess now automatic export capabilities, and depending on the type of component new options to export it are offered. Two different use cases are distinguised:
Export the configuration as a pattern consisting of a set of CREATE actions which allows users the creation of patterns for “fresh installation” of certain feature,
Export the configuration as a pattern consisting of a set of MODIFY actions
which allows users the creation of patterns to override the current settings (e.g.,
- Don't have to prefix filenames with 'patterns.'.
- conf_path() . "/patterns/" added to pattern loading paths.
- Sections are executed sequentially both in batch and php mode
- patterns_prepare_action is also executed during the batch now
- Defalt mode: batch/php can be set by user
- Added export function with possiblity to zip
- Added some AJAX to automatic import function
- Default location to save patterns can be chosen by the user