DOOR3 utility

Categories

Component ID

2639322

Component name

DOOR3 utility

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

305

Component created

Component changed

Component body

This a utility functions to simplify building Drupal sites from DOOR3 Drupal team.

The problem it is solve - writing code twice and more for new projects.
Reuse if it already done before.

What module functions provides:

  • Simplifying access to Drupal 7 fields values in with function door3_utility_get_field_value().
  • Provides a wrapper function to build blocks full content with contextual links from other modules with one function call - door3_utility_render_block().
  • door3_utility_form_attached_fields() help attach custom list of fields to the custom entity form.
  • Filter unique values in taxonomy term reference field array value with door3_utility_unique_taxonomy_term_field().
  • Some other minor staff.

Also, this module can be used to gather and share utility functions for each other in Drupal DOOR3 team.