- Introduction
- Requirements
- Installation
- Configuration
- D.ORG MODULE REPOSITORY
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 & |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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. |