Skip to main content
Home

Main menu

  • What We Do
  • Clients
  • Blog
  • Português

Blog

Entity Metathing what?

Are you familiar with entity_metadata_wrappers? If you’re not, oh boy, you should be! They are the right and easy way for you to manipulate anything with a field when coding your module. “Metadata wrapper” may sound a little intimidating, but let me show you in this blog post how simple and useful they are.

José San Martin's picture
Written by José San Martin
_read more

CAPTCHA 7.x-1.1 released today!

Today we've released a new version of the CAPTCHA module for Drupal, CAPTCHA 7.x-1.1 includes fixes in the integration with Webforms, preventing the CAPTCHA reuse message that used to appear and allowing to add a CAPTCHA chalenge to all forms by default.

For the full release note, click here.

To download the latest version, click here.

Fabiano Sant'Ana's picture
Written by Fabiano Sant'Ana
_read more

drupal_attributes to Drupal 8

We used to use that in Drupal 7:

<?php print drupal_attributes($attributes); ?>

Now in Drupal 8, you do that:

<?php print new Attributes($attributes); ?>

Remeber, to use that, you need to add this in the beginning of the file:

<?php use Drupal\Core\Template\Attribute; ?>

José San Martin's picture
Written by José San Martin
_read more

SMTP Module 7.x-1.0 released!

Today SMTP Module 7.x-1.0, was finally released!

You can download it here: http://drupal.org/node/1919232

Here are the changes since 7.x-1.0-beta2:

Fabiano Sant&#039;Ana's picture
Written by Fabiano Sant'Ana
_read more

SMTP Module 6.x-1.1 released today!

Today I made another release for SMTP Module, 6.x-1.1, here are the changes since 6.x-1.0:

Fabiano Sant&#039;Ana's picture
Written by Fabiano Sant'Ana
_read more
  • ‹ anterior
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • próximo ›

Chuva's series

Metadata Wrapper tutorials
Our contrib project's releases
How do you say it in Drupal 8?

Highlights

Announcing: Drupal migration services for Drupal Shops
Data Embassy for the rescue
Advanced Metadata wrappers
Two tips for advanced Entity Metadata Wrapper usage
Drupal Developer Days 2015 is next week!
Entity Metathing what?
A very brief introduction on Entity Metadata Wrappers
Chuva Inc. Chuva Inc. is Drupal Association Member