Resources
Tutorial that explains how to use jdrupal.
Some tips on overriding config entities.
How to render an entity form.
Policy for including 3rd party code.
List of helpful links and composer plugins.
Drupal documentation for lenient composer endpoint.
Install modules that don't declare compatibility with your current Drupal version.
Add modules to the lenient list:
composer config --merge --json extra.drupal-lenient.allowed-list…Updated Drupal Composer Lenient repository.
Drupal's bug fix credit system.
Download font end libraries using composer.
Instructions: https://www.drupal.org/docs/develop/using-composer/manage-dependencies
Drupal user guide for text formats and editors.
WCAG accessibility guidance for dialog pattern.
HTML spec for dialog element.
MDN documentation for dialog element.
Comparison of modal/dialog modules.
Switch from jquery once to once.
Create links that trigger ajax calls or displays content in a modal.
Drupal css architecture documentation.
Drupal twig filters documentation.
Drupal twig function documentation.
Notes on formatting date and comparing fields in twig.
Quick intro to Drupal once().
Change record for using symfony vardumper with twig dump().
Documentation for Drupal upgrades from 6/7 to 8+.
Drupal utility classes.
/core/includes directory.
Explains the Drupal codebase.
Core components are based on 3rd party libraries and other components.
Core subsystems are based on core components and other subsystems.
Core modules are built with subsystems and components and…
Change record for d*_node_complete and classic migrations.
Instructions on how to use Drupal Upgrade modules.
List of elements in Drupal with a set z-index.
Table of Ckeditor 5 module compatibility.
Docker Engine installation instructions for Ubuntu.
Lando recipe for Drupal contrib development.
Documentation for XHProf module.
Documentation for Single Directory Components module.
Drupal patch contribution workflow.
Use asserts to check for valid conditions in code.
How to use PHPUnit tests in Drupal.