Blog

Some news and articles of interest

Front.id

Drupal
Twig
Here is a quick alternative to see which variables are available in a twig template when you don't have a debugger like xdebug.
Drupal 8 / D8
Drupal
Tip of the day: How to apply params to a t() function at twig
Drupal
Drupal Europe is the largest Drupal event in Europe this year, only surpassed by Drupalcon (North America).
Drupal
Quality
By keopx
PHP Mess Dectector (PHPMD) with PhpStorm Integration for Drupal Projects
Drupal
Quality
By keopx
Coding Standards are used to improve consistent coding and increase the quality of the whole software system. In this case we need to review common standards + Drupal Coding Standards. In this post we explain how to configure the Coder Sniffer for Drupal Coding Standards with PhpStorm Integration.
Drupal
Hook
Drupal 8 / D8
By Capy
Que un hook se ejecute antes en un módulo que en el tuyo es algo que podemos modificar sin tener que recurrir a modificar registros de base de datos.
Drupal
PHP
Drupal 8 / D8
Usuarios creados con código. Un ejemplo pŕactico.
CKEditor
Drupal
By Capy
Drupal 7: Añadir un plugin vía modulo custom a CKEditor (el módulo)
Drupal
Templates
Theming
Drupal 8 / D8
By Capy
Alguna vez pasa que necesitamos modificar el HTML que genera un elemento de formulario. No me refiero a un form sino mas bien al HTML que conforma un elemento de tipo input, password, email, select, etc.
Drupal
JavaScript
CKEditor
Drupal 8 / D8
By Capy
Botones!, una forma estupenda de conectar ckeditor con funcionalidades avanzadas de Drupal.  En Drupal 8 tenemos un sistema realmente bueno para añadir botones a ckeditor. Necesitas saber un pelín de backend y otro de JS y poco mas.