Skip to main content
alexb.me

Main navigation

  • Home
  • Hello
  • Stuff
    • Stuff Page
  • Junk
    • Junk Page
  • Blog
User account menu
  • Log in

Breadcrumb

  1. Home
By alexb7217, 30 January, 2025

Breaking News

By alexb7217, 30 January, 2025
gif

Gif

Tags

  • gif
By alexb7217, 28 November, 2024

Patching a Drupal Contrib Module

Creating and Applying Drupal Patches

Creating a Drupal patch can be a confusing process. Here are my own notes for helping out my future self. The core solution has some other concepts around it that all work together to patch a module.

The Solution

The key to the solution, and described aptly as a 'good [best] practice' by Stef VanLooveren. The core of the solution has three basic steps: 

By alexb7217, 27 November, 2024

Drupal Lenient Module Support Installation

Drupal Lenient Module Support Installation

  1. Install Development Composer Packages

    composer require --dev mglaman/composer-drupal-lenient composer require --dev drupal/backward_compatibility

  2. Configure Lenient Module Allowed List

    composer config extra.drupal-lenient.allowed-list '["drupal/responsive_menus"]'

  3. Update Composer Dependencies

    composer update

  4. Enable Backward Compatibility Module

    ddev drush en backward_compatibility

By alexb7217, 18 June, 2024

Test Blog Post

This is a test blog post.

Tags

  • blog
  • test

Hello!

How ya doin?
Remove
RSS feed
Powered by Drupal