Featured
Read our handpicked blogs, curated for you.
|
Every pharma CMO today proudly lists their tech stack: Salesforce or Veeva CRM, Adobe Experience Manager, Drupal or…
|
Every CMO we speak to says the same thing: “We have content. We just can’t get it out fast enough.” That sentence…
|
We talk to marketing leaders across pharma almost every week. Everyone’s investing in digital transformation- new CRMs…
Recent releases
|
How to pass page callback arguments in Drupal 8
Drupal 8 uses the Symfony HTTP Kernel, a system which gets the request and asks other systems to produce the requested output (a response object) and sends the response back to the client. The output…
|
Power of Drupal Console in Drupal 8
Drupal Console is command line tools, help us to speed up the development tasks for Drupal websites. After installing console, you will be able to perform actions simply by typing commands into a…
|
How to use if else statement in twig Drupal 8?
Twig expressions are very similar to regular PHP and most commonly used in Drupal 8 to check if variables are available for printing, looping, setting new variables.
|
Twig: An Introduction to theming in Drupal 8?
Learn about Twig, a modern template engine for PHP, is part of the Symfony2 framework and is a direct replacement for PHPTemplate in Drupal 8