From 4b26d03a08f901bfc413dd2198e06feea9c44242 Mon Sep 17 00:00:00 2001 From: Theodoros Ploumis Date: Sat, 16 Sep 2023 15:45:14 +0300 Subject: [PATCH] Add new CheatSheets --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3ccb9fc..43c964d 100755 --- a/readme.md +++ b/readme.md @@ -102,13 +102,15 @@ Back to [TOC](#contents) ## Cheatsheets - [Drupal best practices](https://github.com/theodorosploumis/drupal-best-practices) +- [GitHub: Drupal 9 & 10 developer’s quick code reference by Selwyn Polit](https://selwynpolit.github.io/d9book) +- [drupalbook.org](https://www.drupalbook.org) - [Drupal 8 entity API, PDF](https://drupalbook.org/sites/default/files/drupal-content-entity-8.0.pdf) - [Drupal 7 to 8](http://nuvole.org/sites/default/files/Drupal-7-to-Drupal-8-Cheatsheet.pdf) - [Drupal 8 Configuration schema](http://www.hojtsy.hu/files/ConfigSchemaCheatSheet2.0.pdf) - [GitHub: flashvnn/drupal-snippets](https://github.com/flashvnn/drupal-snippets) - [GitHub: druman/drupal8-snippets](https://github.com/druman/drupal8-snippets) - [GitHub: daggerhart/drupal8_examples](https://github.com/daggerhart/drupal8_examples) -- [Gist: Drupal 8 Cheatsheet by cesarmiquel](https://gist.github.com/cesarmiquel/48404d99c8f7d9f274705b7a601c5554) +- [Gist: Drupal 8/9/10 Cheatsheet by cesarmiquel](https://gist.github.com/cesarmiquel/48404d99c8f7d9f274705b7a601c5554) - [Gist: Drupal 8 programmatic solutions by bdlangton](https://gist.github.com/bdlangton/e826276a0c78d9a89d8dec23dd0c7683) - [Gist: Drupal 8 Twig cheatsheet by raphaellarrinaga](https://gist.github.com/raphaellarrinaga/c1d71f69873c967ff74f8ec09cbdf9e1) - [Gist: List of all drupal 6.x and 7.x hooks by implementation by webchick](https://gist.github.com/webchick/4409685)