Wondering what’s possible with ES2015? Find this quick & interactive overview of #javascript’s f̶u̶t̶u̶r̶e̶ present: http://bit.ly/1TubPMh
Wondering what’s possible with ES2015? Find this quick & interactive overview of #javascript’s f̶u̶t̶u̶r̶e̶ present: http://bit.ly/1TubPMh
RT @codeafterme: H’u heard of http://Rocket.Chat? It’s an open source Slack clone with video calls and multiple platforms support! #sh…
Getting variables in Drupal 8 is now as short as \Drupal::state()->get(‘variable_name’, ‘default_value’)
Here’s how you get node abs url in D8: \Drupal\Core\Url::fromRoute('entity.node.canonical', ['node' => 1], ['absolute' => TRUE])->toString()