Some Tools

Categories

Component ID

2364273

Component name

Some Tools

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1502

Component created

Component changed

Component body

Drupal developer tools and short cuts.

// check if a field has a value and do stuff with it
if (stools_field_has_value($node, 'field_location')) { 
  $value = stools_field_value($node, 'field_location');
}