Links
- Drupal APIs
- Theme API and render elements
- Render Arrays
- EntityQuery with fields
- RESTful Web Services API overview
- Utiliser un fork de module avec Composer
- Early rendering
- Dependency Injection for a Form
Corriger l’update status
delete from key_value where collection = 'update_fetch_task';
Mode de développement
../vendor/bin/drupal site:mode dev
Useful drush commands while developing your hook_update_N
Checking the current schema version of a module
Manually setting the current schema version of a module
Entity update mismatch
La définition des entités et/ou des champs ne correspondent pas. Charger le module PHP Devel
Clear cache
If you want to clear specific cache like render cache then you can run the following code:
PHP
If you want to clear specific cache like route cache then you can run the following code: