When I go in back office and want to edit a Block, there is a list of context filters in a vertical tab pane (on the left).
I just want to disable the ones I created and let the Drupal native ones in it.
Is there any hook to implement or something to do ?
Is there any possibility to catch a function to build the array before his render on the page ?
Hello. Recently i got on duty to migrate a Drupal site from a host to other. After a lot of reading i managed to do it and make it work as intended. After the installation the customer asked to enable https in all the site (before it was enables just in a paymets form). Most of the content was migrated ok to use https BUT the content in the database from custom Content Types. The thing is, I can view all the images of the content but it is retrieved as http giving me mixed content warnings.
Hi all,
I'm developing a new site with Drupal8 which has custom content types, custom roles and custom modules.
Which are your advices so that it will be simple to migrate these customizations on a production site?
Which is the correct procedure to update a production server?
Should I use the "deploy" module or the "drupal console"?
Can anyone tell me why my hook isn't firing? I've done drupal cr all and cleared the cache in my browser. I've also checked with my tech lead (who's pretty good with d7, but learning d8 with me) and he can't see anything wrong.
The module is visible, and activated, through the "Extend" page.
Disclaimer: not an experienced Drupal dev here, just a junior dev trying to get things done smoothly. Please excuse naive claims or questions.
I am successfully using a headless Drupal 8 setup that I am querying through Drupal 8 core REST API with basic auth from jQuery AJAX. Now I need to get closer to production conditions, so I started trying to use cookie-based authentication. Problem is that the exact same query that successfully POSTed content using basic auth now returns an HTTP 403.
Hello, I have a problem with my module hook_theme.
I`ve created a simple twig file, .module file with a theme, and I used it in my module controller.
Everything works fine, and twig works only when I reinstall my module, but when I clean cashes it stops working and in my reports I have a log 'Theme hook %hook not found'. After module reinstall it starts working again, until clearing cashes.