Blog
Fix disabled ckeditor fields in drupal 8 jquery modal
I recently had an issue with ckeditor inside pop-ups (modals) in drupal 8. This snippet is the solution to it.
Blog
Get a list of translated taxonomy terms in Drupal 8
I've had some difficulties loading a list of translated terms. More in particular I didn't want to show the untranslated terms, but ONLY the ones that were already translated in the current language
Blog
Redirect custom form and pass variable in drupal 8
A snippet with submitForm to redirect your form to another page and pass a variable.
Blog
Render a list of taxonomy terms in Drupal 8
With this snippet, you will be able to render a list of tags in drupal 8.
Blog
[solved] Drupal 8 Menu block not updated after saving new page
<p>I got this issue on a project I worked on. One answer: enable BigPipe module to fix this.</p>
Blog
Drupal 8 user registration form: show role options and hide administrator rol
By default, users with the permission of 'administer users' cannot assign roles on the user registration form. With this snippet you can, but make sure to hide the 'administrator'-role for your users.
Blog
Twig snippet to hide region if empty in drupal 8
I encountered this bug in a Display suite 2-column lay-out where I wanted the left region to disappear when empty.
Blog
Redirect drupal 8 search form to custom result page
If you like to use the search api or a custom Views page for your search result I personally like to use the default search block and redirect it to my results page.
Blog
Load custom entity programmatically in drupal 8
<p>In this case I created a custom entity called 'submenu'. In my custom module a used HOOK_LINK_ALTER to make the submenu (which contains a textfield) visible on hover. I used the code below to render my custom entity content:</p>
Blog
How to use views_embed_view() in drupal 8, 9 & 10 [solved]
In some cases you want to embed a view inside your custom module. The views_embed_view() function is the way to go. With this little snippet, you can render any view.
Pagination
- Previous page
- Page 34
- Next page