Featured
Read our handpicked blogs, curated for you.
|
Enterprise technology departments hit a critical performance bottleneck when trying to scale learning applications to…
|
The traditional corporate training paradigm forces a deep operational paradox upon the modern enterprise. While…
|
You invested millions in an automated claims platform. It processes documents faster in testing. Yet in production it…
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