I need to pass extra variable to twig, below code loads 'weekView' twig file where I can access node of $week_id but need to access $image_path as well.
$week_id = $dynamic_week_id; //comes from different node
$image_path = $dynamic_image_path;
I've been trying to build a form referencing an entity using an entity reference view. The general purpose is to allow more fine-grained filtering for this form and other module forms than supplied by the standard entity_reference handler, without having to build a plugin or use hook_query_alter. Though I am definitely open to such suggestions (esp. with pointers to good detailed documentation) - I am using entities and it seems some such docs are for nodes.
Here's the methodology I followed so far, with some notes along the way.
Hello everyone, I am new to Drupal. I am using Drupal 6. I find it hard to get proper documentation on drupal. can anyone say how to install drush in drupal 6? I am using Windows 7 and wamp.