Skip to content

Instantly share code, notes, and snippets.

View wilfi's full-sized avatar
🏠
Working from home

wilfred arambhan wilfi

🏠
Working from home
View GitHub Profile
@wilfi
wilfi / SDLC - Best practices with Drupal based application
Created March 31, 2023 09:54
SDLC - Best practices with Drupal based application
In this session I’ll be covering some
of the best practices for software
development with Drupal keeping in
scope the below cycles
1. Implementation strategy
2. Development
3. Maintenance & Contingency
Under Implementation strategy I’ll talk
@wilfi
wilfi / SDLC - Best practices with Drupal based application
Created March 31, 2023 09:52
SDLC - Best practices with Drupal based application
In this session I’ll be covering some of the best practices for software
development with Drupal keeping in scope the below cycles
1. Implementation strategy
2. Development
3. Maintenance & Contingency
Under Implementation strategy I’ll talk about
Getting raw requirements of a project and how to architect it with Drupal and
its module ecosystem. I’ll cover about the importance of using Profiles &
@wilfi
wilfi / updateSite
Created May 12, 2022 12:55
Replace the updateSite() in \Blt\Plugin\Commands ; Line 22 will ensure the drupal cache is cleared for the respective multisite.
/**
* Execute updates on a specific site.
*
* @param string $multisite
* Multisite.
*
* @throws \Acquia\Blt\Robo\Exceptions\BltException
*/
protected function updateSite($multisite) {
// Workaround to perform db updates before site context.

Taxonomy term revision

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • D.ORG MODULE REPOSITORY

README.txt for Migration Advisor module

CONTENTS OF THIS FILE

  • Introduction
  • Module URL
  • Requirements
  • Installation