Install

Works with Drupal: ^9.3 || ^10

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 79.55 KB
MD5: f37d76bf53b0e292848d8c8c7757b51e
SHA-1: 3eb92587b564f29226608aa388686dc835b7b49f
SHA-256: ebe887ae35596ecc31ca4db3ebbcf782b37ec3c35b985049e3156e3798cd6954
Download zip 169.55 KB
MD5: 02bac8631fcd9026f68644b11d8e8cc4
SHA-1: 67da670df43155d1e15c80c7b0e326b3049ac5a2
SHA-256: 933c40f638e07a6f7127d436d4ecc131a610336eb5067ba15bab3206ba481bae

Release notes

This is a hotfix bug release to fix #3300682: [error] Drupal\Component\Plugin\Exception\ContextException: The context is not a valid context.

Note: You must update your conditions before upgrading to Drupal 10. Ensure that node_type is removed from your codebase and configuration:

Search your site's configuration for "node_type" in the pathauto and potentially other *.yml files and replace it with 'entity_bundle:node';

Also ensure you are re-exporting your config after running updates, otherwise changes from pathauto or other modules using the updated condition plugin won't get seen in your config.

Created by: japerry
Created on: 10 Aug 2022 at 21:39 UTC
Last updated: 10 Aug 2022 at 21:39 UTC
Bug fixes

Other releases