I have created a website for a food bank that generates food vouchers by identified referrers. The food voucher code is exchanged for food parcels by the person referred. All works perfectly well but I need to display statistics about the food parcels on the website.
I am a fresher here to Drupal, and my problem statement is as follows:
There is an existing Drupal code (.info and .module files only in repo), which needs to be promoted to Drupal9 which will contain .info.yml file, I have tried to manipulate existing one, but it throws error saying "Missing 'application'" which is added in my dependencies in .yml file. I am attaching screenshots for reference and looking forward for some dedicated support please to fix this error.
I am currently trying to build a simple module that calls a Javascript function to ask for a users location data, (lat and long). Then take those two variables and send it back to a function inside of my moduleservice.php file. What would be the best way of doing this, or is my approach improper?
I am trying to access all the links in the Breadcrumb outside the preprocess function. Seen many posts and examples regarding removing or adding them in a service. So far nothing that helps in getting only the links. Anyone have a suggestion?
I am trying to create a custom form with format "basic_html". With this I can see Rich Text editor. When i am trying to get the HTML tags in form submit i can get only text .
Hello,
I tried to set links to the user (front)-page using this code in the module the "custom_simple_menu.module" file in my module structure. Uunfortunatelly no link appears.
What do I have to change in the code?
Thank you
Peter Winkels
<?php
/**
* @file
* Contains custom simple menu module.
*/
/**
* Implements hook_menu_links_discovered_alter().
*/
function custom_simple_menu_menu_links_discovered_alter(&$links) {