Skip to main content
Main navigation
Home
Video courses
2
Books
1
Code
Errors solved
About me
Newsletter
Drupal
Breadcrumb
Home
Tags
Drupal
How to upgrade from Drupal 8 to 9 with composer [blog post + screen cast]
This blogposts gives you a summary on how to upgrade to drupal 9 and fix all composer issues.
Drupal
Composer
How to programmatically update an entity reference field in drupal 8
Drupal 8 is becoming more and more API-first based. This means a lot of imports and exports of data will be done. A thing you might face here, is that the updating of entity reference fields is a bit tricky. Here I'll show you how it is done.
Drupal
Create paragraphs and attach to node programmatically in drupal 8
Paragraphs give great power to drupal 8. This code will show you how you can add them programmatically, for example when importing stuff.
Drupal
Disable block caching in drupal 8
When creating custom blocks, sometimes you need to make sure the block is never cached f.e. when including dynamic links.
Drupal
How to fix Placeholders must have a trailing [] if they are to be expanded with an array of values
Drupal
How to fix In BootstrapHook.php line 36: Bootstrap failed. Run your command with -vvv for more information
Drupal
Composer
How to fix TypeError: array_intersect_key(): Argument #1 ($array) must be of type array, string given in array_intersect_key() (line 293 of core/lib/Drupal/Core/Render/Renderer.php).
Drupal
How to fix Call to deprecated function render() in Drupal 9
Drupal
How to fix Call to deprecated function file_create_url() in Drupal 9 &10
Drupal
How to fix Call to deprecated function file_save_data()
Drupal
Pagination
Page 1
Next page
››
Subscribe to Drupal