I wasn't sure if this should be in support or not. I'm working on a Drupal website that has a main menu.
In the main menu, each item has children links and each child link goes to a page that lists events.
I'm trying to figure out how to dynamically disable the children links for the pages that do not have any events tied to them.
Using t() function I can not translate normal text like "sample text". I have added code t('sample text') & t('sample text', array(), array('langcode' => 'fr')) to page.tpl.php page. But both are not working.
Kindly help.
Running Drupal 8.3.0 under Apache. I am currently working on tweaking an existing module (PHP code and TWIG templates).
auto_load is set to true and cache to false in both files as recommended however I do not see any impact. Changes to my templates are not being picked up automatically. I always have to "drush cr" for getting the updated version of my template
The services.yml is being picked up (an error in the Yaml file gives an error during cache-rebuild.
...anything else I am missing? Can it be that hard for getting a reasonable dev environment working?
How to call Soap webservice in drupal and contrib module available ?
I have check webservice module and soap_server module but soap_server module is beta version.