How to programmatically apply an image style in Drupal 08/06/2016 Antonio Jesús Mantis Benítez Drupal/PHP Developer The objective of this snippet is to enable you to render an image with code using a Drupal image style. $output = theme('image_style', array('style_name' => 'STYLE_NAME', 'path' => 'PATH_TO_IMAGE'));
Otros Creación de término de taxonomía en Drupal 8 José Antonio Rodríguez Carvajal Creación de un término de taxonomía desde código, indicando el vocabulario donde irá. También permite jerarquizar si se rellena el parámetro “parent”. Read article Creación de término de taxonomía en Drupal 8 La Drupalera jacarvajal
Others Showing errors during the development José Antonio Rodríguez In Drupal 7, we can modify the configuration of the PHP to maximize the level of error notifications. Read article Showing errors during the development La Drupalera jarodriguez
Others Change the theme of your portal with Drush Pepe García The objective of this snippet is to teach you how to change the theme of your portal through Drush with vset. Read article Change the theme of your portal with Drush La Drupalera José García García